Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp628 bool CompareStencilOp(const GraphicsState::StencilOpState& a, const GraphicsState::StencilOpState& … in CompareStencilOp() function
2879 if (!CompareStencilOp(cDepth.frontStencilOpState, depth.frontStencilOpState)) { in UpdateStencilState()
2882 if (!CompareStencilOp(cDepth.backStencilOpState, depth.backStencilOpState)) { in UpdateStencilState()