Home
last modified time | relevance | path

Searched refs:SetTextureStageState (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx9.cpp134 g_pd3dDevice->SetTextureStageState(0, D3DTSS_COLOROP, D3DTOP_MODULATE); in ImGui_ImplDX9_RenderDrawData()
135 g_pd3dDevice->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TEXTURE); in ImGui_ImplDX9_RenderDrawData()
136 g_pd3dDevice->SetTextureStageState(0, D3DTSS_COLORARG2, D3DTA_DIFFUSE); in ImGui_ImplDX9_RenderDrawData()
137 g_pd3dDevice->SetTextureStageState(0, D3DTSS_ALPHAOP, D3DTOP_MODULATE); in ImGui_ImplDX9_RenderDrawData()
138 g_pd3dDevice->SetTextureStageState(0, D3DTSS_ALPHAARG1, D3DTA_TEXTURE); in ImGui_ImplDX9_RenderDrawData()
139 g_pd3dDevice->SetTextureStageState(0, D3DTSS_ALPHAARG2, D3DTA_DIFFUSE); in ImGui_ImplDX9_RenderDrawData()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp110 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/
DSwapChain9.cpp307 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()
DRenderer9.cpp2008 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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp307 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()
DRenderer9.cpp1968 mDevice->SetTextureStageState(0, D3DTSS_COLOROP, D3DTOP_SELECTARG1); in clear()
1969 mDevice->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TFACTOR); in clear()
1970 mDevice->SetTextureStageState(0, D3DTSS_ALPHAOP, D3DTOP_SELECTARG1); in clear()
1971 mDevice->SetTextureStageState(0, D3DTSS_ALPHAARG1, D3DTA_TFACTOR); in clear()
2033 mDevice->SetTextureStageState(0, D3DTSS_COLOROP, D3DTOP_SELECTARG1); in clear()
2034 mDevice->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TFACTOR); in clear()
2035 mDevice->SetTextureStageState(0, D3DTSS_ALPHAOP, D3DTOP_SELECTARG1); in clear()
2036 mDevice->SetTextureStageState(0, D3DTSS_ALPHAARG1, D3DTA_TFACTOR); in clear()
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3d.h1201 …STDMETHOD(SetTextureStageState)(THIS_ DWORD dwStage,D3DTEXTURESTAGESTATETYPE d3dTexStageStateType,… in DECLARE_INTERFACE_() local
1249 #define IDirect3DDevice3_SetTextureStageState(p,a,b,c) (p)->lpVtbl->SetTextureStageState(p,…
1294 #define IDirect3DDevice3_SetTextureStageState(p,a,b,c) (p)->SetTextureStageState(a,b,c)
1351 …STDMETHOD(SetTextureStageState)(THIS_ DWORD dwStage,D3DTEXTURESTAGESTATETYPE d3dTexStageStateType,… in DECLARE_INTERFACE_() local
1407 …ct3DDevice7_SetTextureStageState(p,a,b,c) (p)->lpVtbl->SetTextureStageState(p,a,b,c)
1459 #define IDirect3DDevice7_SetTextureStageState(p,a,b,c) (p)->SetTextureStageState(a,b…
Dd3d9.h1271 …STDMETHOD(SetTextureStageState)(THIS_ DWORD Stage, D3DTEXTURESTAGESTATETYPE Type, DWORD Value) PUR… in DECLARE_INTERFACE_() local
1403 …t3DDevice9_SetTextureStageState(p,a,b,c) (p)->lpVtbl->SetTextureStageState(p,a,b,c)
1525 #define IDirect3DDevice9_SetTextureStageState(p,a,b,c) (p)->SetTextureStageState(a,…
1843 …STDMETHOD(SetTextureStageState)(THIS_ DWORD stage, D3DTEXTURESTAGESTATETYPE state, DWORD value) PU… in DECLARE_INTERFACE_() local
1997 …vice9Ex_SetTextureStageState(p,a,b,c) (p)->lpVtbl->SetTextureStageState(p,a,b,c)
2135 …Direct3DDevice9Ex_SetTextureStageState(p,a,b,c) (p)->SetTextureStageState(a,b,c)
Dd3d8.h898 …STDMETHOD(SetTextureStageState)(THIS_ DWORD Stage,D3DTEXTURESTAGESTATETYPE Type,DWORD Value) PU… in DECLARE_INTERFACE_() local
1007 …irect3DDevice8_SetTextureStageState(p,a,b,c) (p)->lpVtbl->SetTextureStageState(p,a,b,c)
1107 #define IDirect3DDevice8_SetTextureStageState(p,a,b,c) (p)->SetTextureStageState(a,b,c)
Dd3dx9effect.h185 …STDMETHOD(SetTextureStageState)(THIS_ DWORD stage, D3DTEXTURESTAGESTATETYPE type, DWORD value) PUR… in DECLARE_INTERFACE_() local