Searched defs:DrawCommand (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp109 class DrawCommand class in namespace:rr
112 DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_, int numVertexAttribs_, const VertexAttrib* vertexAttribs_, const PrimitiveList& primitives_) function in class:rr::DrawCommand
138 void draw (const DrawCommand& command) const;
139 void drawInstanced (const DrawCommand& command, int numInstances) const;
/external/deqp/modules/egl/
H A DteglBufferAgeTests.cpp143 struct DrawCommand struct in namespace:deqp::egl::__anon4218
145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_) function in class:deqp::egl::__anon4218::DrawCommand
161 vector<DrawCommand> draws;
187 const DrawCommand drawCommand (drawTypes[ndx], coloredRect);
H A DteglPartialUpdateTests.cpp131 struct DrawCommand struct in namespace:deqp::egl::__anon4248
133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_) function in class:deqp::egl::__anon4248::DrawCommand
149 vector<DrawCommand> draws;
174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect);
H A DteglSwapBuffersWithDamageTests.cpp99 struct DrawCommand struct in namespace:deqp::egl::__anon4262
101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_) function in class:deqp::egl::__anon4262::DrawCommand
117 vector<DrawCommand> draws;
659 const DrawCommand drawCommand (frameDrawType[rectNdx], rect);
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp1905 struct DrawCommand struct
1912 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset];
1915 DrawCommand command;
1938 m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_DRAW);
1950 struct DrawCommand struct
1958 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset];
1961 DrawCommand command;
1989 m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_DRAW);
/external/ImageMagick/MagickCore/
H A Ddisplay.c1422 DrawCommand,
6816 return(DrawCommand);
8811 case DrawCommand:
14407 DrawCommand,
1417 DrawCommand, enumerator in enum:__anon27

Completed in 417 milliseconds