Home
last modified time | relevance | path

Searched defs:firstVertex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp519 …const uint32_t vertexCount, const uint32_t instanceCount, const uint32_t firstVertex, const uint32… in Draw()
/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