Searched defs:DrawArraysIndirectCommand (Results 1 – 8 of 8) sorted by relevance
91 struct DrawArraysIndirectCommand struct93 DrawArraysIndirectCommand() : count(0u), instanceCount(0u), first(0u), baseInstance(0u) {} in DrawArraysIndirectCommand() argument94 DrawArraysIndirectCommand(GLuint count, GLuint instanceCount, GLuint first, GLuint baseInstance) in DrawArraysIndirectCommand() function97 GLuint count;98 GLuint instanceCount;99 GLuint first;100 GLuint baseInstance;
48 } DrawArraysIndirectCommand; typedef
418 struct DrawArraysIndirectCommand struct425 static_assert(sizeof(DrawArraysIndirectCommand) == 16, argument
483 } DrawArraysIndirectCommand; typedef
5716 struct DrawArraysIndirectCommand in iterate() struct5718 deUint32 count; in iterate()5719 deUint32 instanceCount; in iterate()5720 deUint32 first; in iterate()5721 deUint32 reservedMustBeZero; in iterate()
4108 struct DrawArraysIndirectCommand in drawArraysIndirect() struct4110 deUint32 count; in drawArraysIndirect()4111 deUint32 primCount; in drawArraysIndirect()4112 deUint32 first; in drawArraysIndirect()4113 deUint32 reservedMustBeZero; in drawArraysIndirect()
54 } DrawArraysIndirectCommand; typedef
213 } DrawArraysIndirectCommand; typedef in glcts::__anone0093e6f0111::DrawIndirectBase