HomeSort by relevance Sort by last modified time
    Searched defs:DrawCommand (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 109 class DrawCommand
112 DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_, int numVertexAttribs_, const VertexAttrib* vertexAttribs_, const PrimitiveList& primitives_)
138 void draw (const DrawCommand& command) const;
139 void drawInstanced (const DrawCommand& command, int numInstances) const;
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 143 struct DrawCommand
145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_)
161 vector<DrawCommand> draws;
187 const DrawCommand drawCommand (drawTypes[ndx], coloredRect);
188 (*dst).draws.push_back(drawCommand);
teglPartialUpdateTests.cpp 131 struct DrawCommand
133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_)
149 vector<DrawCommand> draws;
174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect);
176 dst.draws.push_back(drawCommand);
teglSwapBuffersWithDamageTests.cpp 99 struct DrawCommand
101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_)
117 vector<DrawCommand> draws;
659 const DrawCommand drawCommand (frameDrawType[rectNdx], rect);
661 frame.draws.push_back(drawCommand);
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]

Completed in 212 milliseconds