Home
last modified time | relevance | path

Searched refs:D3DTS_PROJECTION (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp139 bd->pd3dDevice->SetTransform(D3DTS_PROJECTION, &mat_projection); in ImGui_ImplDX9_SetupRenderState()
181 bd->pd3dDevice->GetTransform(D3DTS_PROJECTION, &last_projection); in ImGui_ImplDX9_RenderDrawData()
272 bd->pd3dDevice->SetTransform(D3DTS_PROJECTION, &last_projection); in ImGui_ImplDX9_RenderDrawData()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1218 D3DTS_PROJECTION = 3, enumerator
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.c3591 case D3DTS_PROJECTION: index = 1; break; in nine_state_access_transform()