Home
last modified time | relevance | path

Searched refs:DrawCommand (Results 1 – 16 of 16) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderer.hpp109 class DrawCommand class
112DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_… in DrawCommand() function in rr::DrawCommand
138 void draw (const DrawCommand& command) const;
139 void drawInstanced (const DrawCommand& command, int numInstances) const;
DrrRenderer.cpp1509 bool isValidCommand (const DrawCommand& command, int numInstances) in isValidCommand()
1742 void Renderer::draw (const DrawCommand& command) const in draw()
1747 void Renderer::drawInstanced (const DrawCommand& command, int numInstances) const in drawInstanced()
/external/deqp/modules/egl/
DteglBufferAgeTests.cpp143 struct DrawCommand struct
145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand() function in deqp::egl::__anon2cf161500111::DrawCommand
161 vector<DrawCommand> draws;
187 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame()
DteglSwapBuffersWithDamageTests.cpp99 struct DrawCommand struct
101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_) in DrawCommand() function in deqp::egl::__anonddcfef8c0111::DrawCommand
117 vector<DrawCommand> draws;
659 const DrawCommand drawCommand (frameDrawType[rectNdx], rect); in generateFrameSequence()
DteglPartialUpdateTests.cpp131 struct DrawCommand struct
133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_) in DrawCommand() function in deqp::egl::__anon5d5a7f590111::DrawCommand
149 vector<DrawCommand> draws;
174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame()
DteglRenderTests.cpp437 rr::DrawCommand( in renderReference()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp281 …rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primit… in draw()
313 …rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primit… in draw()
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp438 rr::DrawCommand( in testPolygonOffset()
701 rr::DrawCommand( in testPolygonOffset()
713 rr::DrawCommand( in testPolygonOffset()
/external/deqp/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp441 rr::DrawCommand( in testPolygonOffset()
704 rr::DrawCommand( in testPolygonOffset()
716 rr::DrawCommand( in testPolygonOffset()
Des3fShaderBuiltinVarTests.cpp953 rr::DrawCommand( in renderReference()
/external/deqp/modules/glshared/
DglsDrawTest.cpp1989 struct DrawCommand in render() struct
1996 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render()
1999 DrawCommand command; in render()
2022 …m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_… in render()
2034 struct DrawCommand in render() struct
2042 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render()
2045 DrawCommand command; in render()
2073 …m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_… in render()
DglsTextureBufferCase.cpp702 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives); in renderReference()
709 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives); in renderReference()
/external/deqp/modules/internal/
DditFrameworkTests.cpp767 …const rr::DrawCommand drawCmd (state, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttrib… in runCase()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp322 renderer.draw(rr::DrawCommand(renderState, in renderReferenceTriangle()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp832 …const rr::DrawCommand command (renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttr… in renderRefQuad()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4533 …referenceRenderer.drawInstanced(rr::DrawCommand(state, renderTarget, program, (int)vertexAttribs.s… in drawWithReference()