Searched defs:DrawCommand (Results 1 – 9 of 9) sorted by relevance
60 struct DrawCommand struct62 uint32_t vertexCount;63 uint32_t instanceCount;64 uint32_t firstVertex;65 uint32_t firstInstance;
135 class DrawCommand class138 … DrawCommand(const RenderState &state_, const RenderTarget &renderTarget_, const Program &program_, in DrawCommand() function in rr::DrawCommand
933 struct DrawCommand struct in LineLoopIndirectTest935 GLuint count;936 GLuint primCount;937 GLuint firstIndex;938 GLint baseVertex;939 GLuint reservedMustBeZero;
138 struct DrawCommand struct141 BufferAgeTest::DrawType drawType;142 ColoredRect rect;145 DrawCommand::DrawCommand(const BufferAgeTest::DrawType drawType_, const ColoredRect &rect_) in DrawCommand() function in deqp::egl::__anonfaab5b060111::DrawCommand
99 struct DrawCommand struct102 DrawType drawType;103 ColoredRect rect;106 DrawCommand::DrawCommand(DrawType drawType_, const ColoredRect &rect_) : drawType(drawType_), rect(… in DrawCommand() function in deqp::egl::__anone6d82a420111::DrawCommand
128 struct DrawCommand struct131 PartialUpdateTest::DrawType drawType;132 ColoredRect rect;135 DrawCommand::DrawCommand(const PartialUpdateTest::DrawType drawType_, const ColoredRect &rect_) in DrawCommand() function in deqp::egl::__anon0646640f0111::DrawCommand
27 class DrawCommand; variable
233 DrawCommand::DrawCommand(OpType type) : fOpType(type), fVisible(true) {} in DrawCommand() function in DrawCommand
2379 struct DrawCommand in render() struct2381 GLuint count; in render()2382 GLuint primCount; in render()2383 GLuint first; in render()2384 GLuint reservedMustBeZero; in render()2422 struct DrawCommand in render() struct2424 GLuint count; in render()2425 GLuint primCount; in render()2426 GLuint firstIndex; in render()2427 GLint baseVertex; in render()[all …]