Searched defs:DrawElementsIndirectCommand (Results 1 – 9 of 9) sorted by relevance
103 struct DrawElementsIndirectCommand struct105 DrawElementsIndirectCommand() in DrawElementsIndirectCommand() function108 DrawElementsIndirectCommand(GLuint count, in DrawElementsIndirectCommand() argument119 GLuint count;120 GLuint primCount;121 GLuint firstIndex;122 GLint baseVertex;123 GLuint baseInstance;
496 struct DrawElementsIndirectCommand struct504 static_assert(sizeof(DrawElementsIndirectCommand) == 20, argument
57 } DrawElementsIndirectCommand; typedef
6194 struct DrawElementsIndirectCommand in iterate() struct6196 uint32_t count; in iterate()6197 uint32_t instanceCount; in iterate()6198 uint32_t firstIndex; in iterate()6199 int32_t baseVertex; in iterate()6200 uint32_t reservedMustBeZero; in iterate()
39 } DrawElementsIndirectCommand; typedef
4389 struct DrawElementsIndirectCommand in drawElementsIndirect() struct4391 uint32_t count; in drawElementsIndirect()4392 uint32_t primCount; in drawElementsIndirect()4393 uint32_t firstIndex; in drawElementsIndirect()4394 int32_t baseVertex; in drawElementsIndirect()4395 uint32_t reservedMustBeZero; in drawElementsIndirect()
491 } DrawElementsIndirectCommand; typedef
66 } DrawElementsIndirectCommand; typedef
222 } DrawElementsIndirectCommand; typedef in glcts::__anon253d27190111::DrawIndirectBase