X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2Fd3d8%2Ftri.ref.txt;h=e1dae45b85d10cd0beac2ffae9b00654da63f5fe;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=ff92190d6ea9fb593cdbcc639361c305e527129a;hpb=17cb85dd761e0a2d0b085162b4f250ed679cbb33 diff --git a/apps/d3d8/tri.ref.txt b/apps/d3d8/tri.ref.txt index e69de29..e1dae45 100644 --- a/apps/d3d8/tri.ref.txt +++ b/apps/d3d8/tri.ref.txt @@ -0,0 +1,14 @@ +Direct3DCreate8(SDKVersion = 220) = +IDirect3D8::GetDeviceCaps(this = , Adapter = D3DADAPTER_DEFAULT, DeviceType = D3DDEVTYPE_HAL, pCaps = &) = D3D_OK +IDirect3D8::GetAdapterDisplayMode(this = , Adapter = D3DADAPTER_DEFAULT, pMode = &{Width = 1440, Height = 900, RefreshRate = 60, Format = D3DFMT_X8R8G8B8}) = D3D_OK +IDirect3D8::CreateDevice(this = , Adapter = D3DADAPTER_DEFAULT, DeviceType = D3DDEVTYPE_HAL, hFocusWindow = , BehaviorFlags = D3DCREATE_HARDWARE_VERTEXPROCESSING, pPresentationParameters = &{BackBufferWidth = 0, BackBufferHeight = 0, BackBufferFormat = D3DFMT_X8R8G8B8, BackBufferCount = 1, MultiSampleType = D3DMULTISAMPLE_NONE, SwapEffect = D3DSWAPEFFECT_DISCARD, hDeviceWindow = , Windowed = TRUE, EnableAutoDepthStencil = FALSE, AutoDepthStencilFormat = D3DFMT_UNKNOWN, Flags = 0x0, FullScreen_RefreshRateInHz = 0, FullScreen_PresentationInterval = D3DPRESENT_INTERVAL_DEFAULT}, ppReturnedDeviceInterface = &) = D3D_OK +IDirect3DDevice8::Clear(this = , Count = 0, pRects = NULL, Flags = D3DCLEAR_TARGET, Color = 0xff4c194c, Z = 1, Stencil = 0) = D3D_OK +IDirect3DDevice8::BeginScene(this = ) = D3D_OK +IDirect3DDevice8::SetRenderState(this = , State = D3DRS_LIGHTING, Value = FALSE) = D3D_OK +IDirect3DDevice8::SetRenderState(this = , State = D3DRS_CULLMODE, Value = D3DCULL_NONE) = D3D_OK +IDirect3DDevice8::SetVertexShader(this = , Handle = 66) = D3D_OK +IDirect3DDevice8::DrawPrimitiveUP(this = , PrimitiveType = D3DPT_TRIANGLELIST, PrimitiveCount = 1, pVertexStreamZeroData = blob(48), VertexStreamZeroStride = 16) = D3D_OK +IDirect3DDevice8::EndScene(this = ) = D3D_OK +IDirect3DDevice8::Present(this = , pSourceRect = NULL, pDestRect = NULL, hDestWindowOverride = NULL, pDirtyRegion = NULL) = D3D_OK +IDirect3DDevice8::Release(this = ) = 0 +IDirect3D8::Release(this = ) = 0