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
5742 struct DrawElementsIndirectCommand in iterate() struct5744 deUint32 count; in iterate()5745 deUint32 instanceCount; in iterate()5746 deUint32 firstIndex; in iterate()5747 deInt32 baseVertex; in iterate()5748 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()
62 } DrawElementsIndirectCommand; typedef
222 } DrawElementsIndirectCommand; typedef in glcts::__anone0093e6f0111::DrawIndirectBase