Home
last modified time | relevance | path

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/
DSwapChain9.cpp293 device->SetRenderState(D3DRS_STENCILENABLE, FALSE); in swapRect()
DStateManager9.cpp673 mRenderer9->getDevice()->SetRenderState(D3DRS_STENCILENABLE, TRUE); in setStencilTestEnabled()
678 mRenderer9->getDevice()->SetRenderState(D3DRS_STENCILENABLE, FALSE); in setStencilTestEnabled()
DRenderer9.cpp1962 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/
DSwapChain9.cpp293 device->SetRenderState(D3DRS_STENCILENABLE, FALSE); in swapRect()
DStateManager9.cpp673 mRenderer9->getDevice()->SetRenderState(D3DRS_STENCILENABLE, TRUE); in setStencilTestEnabled()
678 mRenderer9->getDevice()->SetRenderState(D3DRS_STENCILENABLE, FALSE); in setStencilTestEnabled()
DRenderer9.cpp2002 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/
Dnine_pipe.c46 if (rs[D3DRS_STENCILENABLE]) { in nine_convert_dsa_state()
Dnine_state.c2708 [D3DRS_STENCILENABLE] = FALSE,
3477 [D3DRS_STENCILENABLE] = NINE_STATE_DSA | NINE_STATE_MULTISAMPLE,
Ddevice9.c2814 (state->rs_advertised[D3DRS_ZENABLE] || state->rs_advertised[D3DRS_STENCILENABLE])) { in NineDevice9_ValidateDevice()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx9.cpp107 bd->pd3dDevice->SetRenderState(D3DRS_STENCILENABLE, FALSE); in ImGui_ImplDX9_SetupRenderState()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h771 D3DRS_STENCILENABLE = 52, enumerator