Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader_util.cpp184 void FromJson(const json::value& jsonData, JsonContext<GraphicsState::StencilOpState>& context) in FromJson()
208 JsonContext<GraphicsState::StencilOpState> stencilContext; in FromJson()
217 JsonContext<GraphicsState::StencilOpState> stencilContext; in FromJson()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h261 void SetStencilState(const uint32_t frontFlags, const GraphicsState::StencilOpState& front,
262 const uint32_t backFlags, const GraphicsState::StencilOpState& back);
H A Drender_backend_gles.cpp628 bool CompareStencilOp(const GraphicsState::StencilOpState& a, const GraphicsState::StencilOpState& … in CompareStencilOp()
633 void SetStencilOp(GraphicsState::StencilOpState& a, const GraphicsState::StencilOpState& b) in SetStencilOp()
640 void SetStencilCompareOp(GraphicsState::StencilOpState& a, const GraphicsState::StencilOpState& b) in SetStencilCompareOp()
2304 …BackendGLES::SetStencilState(const uint32_t frontFlags, const GraphicsState::StencilOpState& front, in SetStencilState()
2305 const uint32_t backFlags, const GraphicsState::StencilOpState& back) in SetStencilState()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1117 struct StencilOpState { struct
1180 StencilOpState frontStencilOpState {};
1182 StencilOpState backStencilOpState {};
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.cpp241 … const GraphicsState::StencilOpState& frontStencilOpState = depthStencilState.frontStencilOpState; in GraphicsPipelineStateObjectVk()
251 const GraphicsState::StencilOpState& backStencilOpState = depthStencilState.backStencilOpState; in GraphicsPipelineStateObjectVk()