Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h98 void RenderCommandBindDescriptorSets(const RenderCommandWithType&);
125 …&RenderBackendGLES::RenderCommandBindDescriptorSets, &RenderBackendGLES::RenderCommandPushConstant,
246 void ProcessBindings(const struct RenderCommandBindDescriptorSets& renderCmd,
H A Drender_backend_gles.cpp2039 void RenderBackendGLES::ProcessBindings(const struct RenderCommandBindDescriptorSets& renderCmd, in ProcessBindings()
2131 void RenderBackendGLES::RenderCommandBindDescriptorSets(const RenderCommandWithType& ref) in RenderCommandBindDescriptorSets() function in RenderBackendGLES
2137 const auto& renderCmd = *static_cast<const struct RenderCommandBindDescriptorSets*>(ref.rc); in RenderCommandBindDescriptorSets()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.h206 …void RenderCommand(const RenderCommandBindDescriptorSets& renderCmd, const LowLevelCommandBufferVk…
H A Drender_backend_vk.cpp1035 …RenderCommand(*static_cast<RenderCommandBindDescriptorSets*>(ref.rc), cmdBuffer, nodeContextPsoMgr, in RenderSingleCommandList()
2129 void RenderBackendVk::RenderCommand(const RenderCommandBindDescriptorSets& renderCmd, in RenderCommand()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h203 struct RenderCommandBindDescriptorSets { struct
H A Drender_command_list.cpp1578 if (auto* data = AllocateRenderCommand<RenderCommandBindDescriptorSets>(allocator_); data) { in BindDescriptorSets()