Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h54 …ual void Draw(const uint32_t vertexCount, const uint32_t instanceCount, const uint32_t firstVertex,
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h170 uint32_t firstVertex { 0 };
496 void Draw(const uint32_t vertexCount, const uint32_t instanceCount, const uint32_t firstVertex,
H A Drender_command_list.cpp519 …const uint32_t vertexCount, const uint32_t instanceCount, const uint32_t firstVertex, const uint32… in Draw() argument
537 data->firstVertex = firstVertex; in Draw()
567 data->firstVertex = 0; in DrawIndexed()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1081 const GLsizei firstVertex = static_cast<const GLsizei>(renderCmd.firstVertex); in RenderCommandDraw() local
1104 if (renderCmd.firstVertex) { in RenderCommandDraw()
1105 …glDrawElementsInstancedBaseVertex(type, indexCount, indexType, offset, instanceCount, firstVertex); in RenderCommandDraw()
1125 glDrawArraysInstanced(type, firstVertex, vertexCount, instanceCount); in RenderCommandDraw()
1127 glDrawArrays(type, firstVertex, vertexCount); in RenderCommandDraw()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1352 uint32_t firstVertex { 0u };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1243 renderCmd.firstVertex, // firstVertex in RenderCommand()