Home
last modified time | relevance | path

Searched refs:SetTransform (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp137 bd->pd3dDevice->SetTransform(D3DTS_WORLD, &mat_identity); in ImGui_ImplDX9_SetupRenderState()
138 bd->pd3dDevice->SetTransform(D3DTS_VIEW, &mat_identity); in ImGui_ImplDX9_SetupRenderState()
139 bd->pd3dDevice->SetTransform(D3DTS_PROJECTION, &mat_projection); in ImGui_ImplDX9_SetupRenderState()
270 bd->pd3dDevice->SetTransform(D3DTS_WORLD, &last_world); in ImGui_ImplDX9_RenderDrawData()
271 bd->pd3dDevice->SetTransform(D3DTS_VIEW, &last_view); in ImGui_ImplDX9_RenderDrawData()
272 bd->pd3dDevice->SetTransform(D3DTS_PROJECTION, &last_projection); in ImGui_ImplDX9_RenderDrawData()
/third_party/skia/src/gpu/effects/
DGrBezierEffect.cpp23 SetTransform(pdman, shaderCaps, fViewMatrixUniform, ce.fViewMatrix, &fViewMatrix); in setData()
24 SetTransform(pdman, shaderCaps, fLocalMatrixUniform, ce.fLocalMatrix, &fLocalMatrix); in setData()
211 SetTransform(pdman, shaderCaps, fViewMatrixUniform, qe.fViewMatrix, &fViewMatrix); in setData()
212 SetTransform(pdman, shaderCaps, fLocalMatrixUniform, qe.fLocalMatrix, &fLocalMatrix); in setData()
DGrDistanceFieldGeoProc.cpp47 SetTransform(pdman, shaderCaps, fLocalMatrixUniform, dfa8gp.fLocalMatrix, &fLocalMatrix); in setData()
325 SetTransform(pdman, shaderCaps, fMatrixUniform, dfpgp.fMatrix, &fMatrix); in setData()
602 SetTransform(pdman, shaderCaps, fLocalMatrixUniform, dflcd.fLocalMatrix, &fLocalMatrix); in setData()
DGrBitmapTextGeoProc.cpp41 SetTransform(pdman, shaderCaps, fLocalMatrixUniform, btgp.fLocalMatrix, &fLocalMatrix); in setData()
/third_party/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp76 SetTransform(pdman, shaderCaps, fViewMatrixUniform, dgp.fViewMatrix, &fViewMatrixPrev); in setData()
77 SetTransform(pdman, in setData()
DGrGeometryProcessor.h407 static void SetTransform(const GrGLSLProgramDataManager&,
DGrGeometryProcessor.cpp326 void ProgramImpl::SetTransform(const GrGLSLProgramDataManager& pdman, in SetTransform() function in ProgramImpl
/third_party/skia/tools/gpu/
DTestOps.cpp41 SetTransform(pdman, shaderCaps, fLocalMatrixUni, gp.fLocalMatrix); in makeProgramImpl()
/third_party/skia/src/gpu/ops/
DDashOp.cpp830 SetTransform(pdman, shaderCaps, fLocalMatrixUniform, dce.fLocalMatrix, &fLocalMatrix); in setData()
1044 SetTransform(pdman, shaderCaps, fLocalMatrixUniform, de.fLocalMatrix, &fLocalMatrix); in setData()
DGrOvalOpFactory.cpp128 SetTransform(pdman, in setData()
308 SetTransform(pdman, in setData()
573 SetTransform(pdman, shaderCaps, fLocalMatrixUniform, egp.fLocalMatrix, &fLocalMatrix); in setData()
773 SetTransform(pdman, shaderCaps, fViewMatrixUniform, diegp.fViewMatrix, &fViewMatrix); in setData()
DDrawVerticesOp.cpp82 SetTransform(pdman, shaderCaps, fViewMatrixUniform, vgp.fViewMatrix, &fViewMatrix); in setData()
DAAConvexPathRenderer.cpp603 SetTransform(pdman, shaderCaps, fLocalMatrixUniform, qe.fLocalMatrix, &fLocalMatrix); in makeProgramImpl()
/third_party/mesa3d/include/D3D9/
Dd3d9.h202 virtual HRESULT WINAPI SetTransform(D3DTRANSFORMSTATETYPE State, const D3DMATRIX *pMatrix) = 0;
790 …HRESULT (WINAPI *SetTransform)(IDirect3DDevice9 *This, D3DTRANSFORMSTATETYPE State, const D3DMATRI…
917 #define IDirect3DDevice9_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(p,a,b)
1041 …HRESULT (WINAPI *SetTransform)(IDirect3DDevice9Ex *This, D3DTRANSFORMSTATETYPE State, const D3DMAT…
1184 #define IDirect3DDevice9Ex_SetTransform(p,a,b) (p)->lpVtbl->SetTransform(p,a,b)