Searched refs:D3DRS_STENCILENABLE (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | SwapChain9.cpp | 293 device->SetRenderState(D3DRS_STENCILENABLE, FALSE); in swapRect()
|
D | StateManager9.cpp | 673 mRenderer9->getDevice()->SetRenderState(D3DRS_STENCILENABLE, TRUE); in setStencilTestEnabled() 678 mRenderer9->getDevice()->SetRenderState(D3DRS_STENCILENABLE, FALSE); in setStencilTestEnabled()
|
D | Renderer9.cpp | 1962 mDevice->SetRenderState(D3DRS_STENCILENABLE, FALSE); in clear() 2015 mDevice->SetRenderState(D3DRS_STENCILENABLE, TRUE); in clear() 2026 mDevice->SetRenderState(D3DRS_STENCILENABLE, FALSE); in clear()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | SwapChain9.cpp | 293 device->SetRenderState(D3DRS_STENCILENABLE, FALSE); in swapRect()
|
D | StateManager9.cpp | 673 mRenderer9->getDevice()->SetRenderState(D3DRS_STENCILENABLE, TRUE); in setStencilTestEnabled() 678 mRenderer9->getDevice()->SetRenderState(D3DRS_STENCILENABLE, FALSE); in setStencilTestEnabled()
|
D | Renderer9.cpp | 2002 mDevice->SetRenderState(D3DRS_STENCILENABLE, FALSE); in clear() 2056 mDevice->SetRenderState(D3DRS_STENCILENABLE, TRUE); in clear() 2067 mDevice->SetRenderState(D3DRS_STENCILENABLE, FALSE); in clear()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.c | 46 if (rs[D3DRS_STENCILENABLE]) { in nine_convert_dsa_state()
|
D | nine_state.c | 2708 [D3DRS_STENCILENABLE] = FALSE, 3477 [D3DRS_STENCILENABLE] = NINE_STATE_DSA | NINE_STATE_MULTISAMPLE,
|
D | device9.c | 2814 (state->rs_advertised[D3DRS_ZENABLE] || state->rs_advertised[D3DRS_STENCILENABLE])) { in NineDevice9_ValidateDevice()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx9.cpp | 107 bd->pd3dDevice->SetRenderState(D3DRS_STENCILENABLE, FALSE); in ImGui_ImplDX9_SetupRenderState()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 771 D3DRS_STENCILENABLE = 52, enumerator
|