Searched defs:DrawCommand (Results 1 – 5 of 5) sorted by relevance
493 struct DrawCommand in runTest() struct495 GLuint count; in runTest()496 GLuint primCount; in runTest()497 GLuint firstIndex; in runTest()498 GLint baseVertex; in runTest()499 GLuint reservedMustBeZero; in runTest()
11 class DrawCommand; variable
206 DrawCommand::DrawCommand(OpType type) : fOpType(type), fVisible(true) {} in DrawCommand() function in DrawCommand