Searched refs:SetStencilState (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.h | 261 void SetStencilState(const uint32_t frontFlags, const GraphicsState::StencilOpState& front,
|
H A D | render_backend_gles.cpp | 2304 void RenderBackendGLES::SetStencilState(const uint32_t frontFlags, const GraphicsState::StencilOpSt… in SetStencilState() function in RenderBackendGLES 2385 SetStencilState(setFront, cFront, setBack, cBack); in RenderCommandDynamicStateStencil() 2750 …SetStencilState(updateAllFlags, cDepth.frontStencilOpState, updateAllFlags, cDepth.backStencilOpSt… in PrimeDepthStencilState() 2885 SetStencilState(setFront, depth.frontStencilOpState, setBack, depth.backStencilOpState); in UpdateStencilState()
|