Searched refs:DrawCommand (Results 1 - 16 of 16) 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;
H A DrrRenderer.cpp1509 bool isValidCommand (const DrawCommand& command, int numInstances)
1742 void Renderer::draw (const DrawCommand& command) const
1747 void Renderer::drawInstanced (const DrawCommand& command, int numInstances) const
/external/deqp/modules/egl/
H A DteglBufferAgeTests.cpp143 struct DrawCommand struct in namespace:deqp::egl::__anon3941
145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_) function in class:deqp::egl::__anon3941::DrawCommand
161 vector<DrawCommand> draws;
187 const DrawCommand drawCommand (drawTypes[ndx], coloredRect);
H A DteglPartialUpdateTests.cpp131 struct DrawCommand struct in namespace:deqp::egl::__anon3968
133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_) function in class:deqp::egl::__anon3968::DrawCommand
149 vector<DrawCommand> draws;
174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect);
H A DteglSwapBuffersWithDamageTests.cpp99 struct DrawCommand struct in namespace:deqp::egl::__anon3981
101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_) function in class:deqp::egl::__anon3981::DrawCommand
117 vector<DrawCommand> draws;
659 const DrawCommand drawCommand (frameDrawType[rectNdx], rect);
H A DteglRenderTests.cpp437 rr::DrawCommand(
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp281 rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primitives);
313 rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primitives);
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp1989 struct DrawCommand struct
1996 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset];
1999 DrawCommand command;
2022 m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_DRAW);
2034 struct DrawCommand struct
2042 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset];
2045 DrawCommand command;
2073 m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_DRAW);
H A DglsTextureBufferCase.cpp702 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives);
709 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives);
/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp438 rr::DrawCommand(
701 rr::DrawCommand(
713 rr::DrawCommand(
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp441 rr::DrawCommand(
704 rr::DrawCommand(
716 rr::DrawCommand(
H A Des3fShaderBuiltinVarTests.cpp953 rr::DrawCommand(
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiSmokeTests.cpp322 renderer.draw(rr::DrawCommand(renderState,
/external/deqp/modules/internal/
H A DditFrameworkTests.cpp767 const rr::DrawCommand drawCmd (state, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), vertexAttribs, rr::PrimitiveList(rr::PRIMITIVETYPE_TRIANGLES, 3, 0));
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp832 const rr::DrawCommand command (renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), vertexAttribs, primitives);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4533 referenceRenderer.drawInstanced(rr::DrawCommand(state, renderTarget, program, (int)vertexAttribs.size(), &vertexAttribs[0], primitives), instanceCount);

Completed in 898 milliseconds