Searched defs:DrawElementsIndirectCommand (Results 1 – 9 of 9) sorted by relevance
103 struct DrawElementsIndirectCommand struct105 DrawElementsIndirectCommand() in DrawElementsIndirectCommand() argument108 DrawElementsIndirectCommand(GLuint count, in DrawElementsIndirectCommand() function119 GLuint count;120 GLuint primCount;121 GLuint firstIndex;122 GLint baseVertex;123 GLuint baseInstance;
57 } DrawElementsIndirectCommand; typedef
428 struct DrawElementsIndirectCommand struct436 static_assert(sizeof(DrawElementsIndirectCommand) == 20, argument
39 } DrawElementsIndirectCommand; typedef
5717 struct DrawElementsIndirectCommand in iterate() struct5719 deUint32 count; in iterate()5720 deUint32 instanceCount; in iterate()5721 deUint32 firstIndex; in iterate()5722 deInt32 baseVertex; in iterate()5723 deUint32 reservedMustBeZero; in iterate()
491 } DrawElementsIndirectCommand; typedef
4143 struct DrawElementsIndirectCommand in drawElementsIndirect() struct4145 deUint32 count; in drawElementsIndirect()4146 deUint32 primCount; in drawElementsIndirect()4147 deUint32 firstIndex; in drawElementsIndirect()4148 deInt32 baseVertex; in drawElementsIndirect()4149 deUint32 reservedMustBeZero; in drawElementsIndirect()
67 } DrawElementsIndirectCommand; typedef
222 } DrawElementsIndirectCommand; typedef in glcts::__anon59ca38440111::DrawIndirectBase