Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h107 void RenderCommandDynamicStateStencil(const RenderCommandWithType&);
131 …ndGLES::RenderCommandDynamicStateDepthBounds, &RenderBackendGLES::RenderCommandDynamicStateStencil,
H A Drender_backend_gles.cpp2341 void RenderBackendGLES::RenderCommandDynamicStateStencil(const RenderCommandWithType& ref) in RenderCommandDynamicStateStencil() function in RenderBackendGLES
2344 const auto& renderCmd = *static_cast<const struct RenderCommandDynamicStateStencil*>(ref.rc); in RenderCommandDynamicStateStencil()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp1837RenderCommandDynamicStateStencil* data = AllocateRenderCommand<RenderCommandDynamicStateStencil>(a… in SetDynamicStateStencilCompareMask()
1848RenderCommandDynamicStateStencil* data = AllocateRenderCommand<RenderCommandDynamicStateStencil>(a… in SetDynamicStateStencilWriteMask()
1859RenderCommandDynamicStateStencil* data = AllocateRenderCommand<RenderCommandDynamicStateStencil>(a… in SetDynamicStateStencilReference()
H A Drender_command_list.h423 struct RenderCommandDynamicStateStencil { struct
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.h232 …void RenderCommand(const RenderCommandDynamicStateStencil& renderCmd, const LowLevelCommandBufferV…
H A Drender_backend_vk.cpp1091 …RenderCommand(*static_cast<RenderCommandDynamicStateStencil*>(ref.rc), cmdBuffer, nodeContextPsoMg… in RenderSingleCommandList()
2513 void RenderBackendVk::RenderCommand(const RenderCommandDynamicStateStencil& renderCmd, in RenderCommand()