Searched refs:SetTextureStageState (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx9.cpp | 110 bd->pd3dDevice->SetTextureStageState(0, D3DTSS_COLOROP, D3DTOP_MODULATE); in ImGui_ImplDX9_SetupRenderState() 111 bd->pd3dDevice->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TEXTURE); in ImGui_ImplDX9_SetupRenderState() 112 bd->pd3dDevice->SetTextureStageState(0, D3DTSS_COLORARG2, D3DTA_DIFFUSE); in ImGui_ImplDX9_SetupRenderState() 113 bd->pd3dDevice->SetTextureStageState(0, D3DTSS_ALPHAOP, D3DTOP_MODULATE); in ImGui_ImplDX9_SetupRenderState() 114 bd->pd3dDevice->SetTextureStageState(0, D3DTSS_ALPHAARG1, D3DTA_TEXTURE); in ImGui_ImplDX9_SetupRenderState() 115 bd->pd3dDevice->SetTextureStageState(0, D3DTSS_ALPHAARG2, D3DTA_DIFFUSE); in ImGui_ImplDX9_SetupRenderState() 116 bd->pd3dDevice->SetTextureStageState(1, D3DTSS_COLOROP, D3DTOP_DISABLE); in ImGui_ImplDX9_SetupRenderState() 117 bd->pd3dDevice->SetTextureStageState(1, D3DTSS_ALPHAOP, D3DTOP_DISABLE); in ImGui_ImplDX9_SetupRenderState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | SwapChain9.cpp | 307 device->SetTextureStageState(0, D3DTSS_COLOROP, D3DTOP_SELECTARG1); in swapRect() 308 device->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TEXTURE); in swapRect() 309 device->SetTextureStageState(1, D3DTSS_COLOROP, D3DTOP_DISABLE); in swapRect()
|
H A D | Renderer9.cpp | 2008 mDevice->SetTextureStageState(0, D3DTSS_COLOROP, D3DTOP_SELECTARG1); in clear() 2009 mDevice->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TFACTOR); in clear() 2010 mDevice->SetTextureStageState(0, D3DTSS_ALPHAOP, D3DTOP_SELECTARG1); in clear() 2011 mDevice->SetTextureStageState(0, D3DTSS_ALPHAARG1, D3DTA_TFACTOR); in clear() 2074 mDevice->SetTextureStageState(0, D3DTSS_COLOROP, D3DTOP_SELECTARG1); in clear() 2075 mDevice->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TFACTOR); in clear() 2076 mDevice->SetTextureStageState(0, D3DTSS_ALPHAOP, D3DTOP_SELECTARG1); in clear() 2077 mDevice->SetTextureStageState(0, D3DTSS_ALPHAARG1, D3DTA_TFACTOR); in clear()
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9.h | 225 virtual HRESULT WINAPI SetTextureStageState(DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD Value) = 0; 813 HRESULT (WINAPI *SetTextureStageState)(IDirect3DDevice9 *This, DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD Value); member 940 #define IDirect3DDevice9_SetTextureStageState(p,a,b,c) (p)->lpVtbl->SetTextureStageState(p,a,b,c) 1064 HRESULT (WINAPI *SetTextureStageState)(IDirect3DDevice9Ex *This, DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD Value); member 1207 #define IDirect3DDevice9Ex_SetTextureStageState(p,a,b,c) (p)->lpVtbl->SetTextureStageState(p,a,b,c)
|
Completed in 14 milliseconds