Searched refs:writeMask (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 1302 if (cacheState_.depthStencilState.backStencilOpState.writeMask != allBits) { in HandleDepthAttachment() 2312 cFront.writeMask = front.writeMask; in SetStencilState() 2313 glStencilMaskSeparate(GL_FRONT, cFront.writeMask); in SetStencilState() 2326 cBack.writeMask = back.writeMask; in SetStencilState() 2327 glStencilMaskSeparate(GL_BACK, cBack.writeMask); in SetStencilState() 2356 if (renderCmd.mask != cFront.writeMask) { in RenderCommandDynamicStateStencil() 2357 cFront.writeMask = renderCmd.mask; in RenderCommandDynamicStateStencil() 2374 if (renderCmd.mask != cBack.writeMask) { in RenderCommandDynamicStateStencil() 2375 cBack.writeMask = renderCmd.mask; in RenderCommandDynamicStateStencil() 2866 if (cDepth.frontStencilOpState.writeMask != depth.frontStencilOpState.writeMask) { in UpdateStencilState() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_command_list.h | 382 …oid SetDynamicStateStencilWriteMask(const StencilFaceFlags faceMask, const uint32_t writeMask) = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_state_object_vk.cpp | 248 frontStencilOpState.writeMask, // writeMask in GraphicsPipelineStateObjectVk() 258 backStencilOpState.writeMask, // writeMask in GraphicsPipelineStateObjectVk()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_state_loader_util.cpp | 191 SafeGetJsonMask(jsonData, "writeMask", context.error, context.data.writeMask); in FromJson()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_command_list.h | 578 …void SetDynamicStateStencilWriteMask(const StencilFaceFlags faceMask, const uint32_t writeMask) ov…
|
H A D | render_command_list.cpp | 1846 …andList::SetDynamicStateStencilWriteMask(const StencilFaceFlags faceMask, const uint32_t writeMask) in SetDynamicStateStencilWriteMask() argument 1852 data->mask = writeMask; in SetDynamicStateStencilWriteMask()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | pipeline_state_desc.h | 1129 uint32_t writeMask { 0 };
|