Searched refs:firstVertex (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_command_list.h | 54 …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 D | render_command_list.h | 170 uint32_t firstVertex { 0 }; 496 void Draw(const uint32_t vertexCount, const uint32_t instanceCount, const uint32_t firstVertex,
|
H A D | render_command_list.cpp | 519 …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 D | render_backend_gles.cpp | 1081 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 D | pipeline_state_desc.h | 1352 uint32_t firstVertex { 0u };
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.cpp | 1243 renderCmd.firstVertex, // firstVertex in RenderCommand()
|