Home
last modified time | relevance | path

Searched refs:DrawCommand (Results 1 – 20 of 20) 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::__anonb8d56b4f0111::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::__anonc6b3f00b0111::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::__anonf02170d80111::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/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/gles2/functional/
Des2fPolygonOffsetTests.cpp438 rr::DrawCommand( in testPolygonOffset()
701 rr::DrawCommand( in testPolygonOffset()
713 rr::DrawCommand( in testPolygonOffset()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInstancedTests.cpp610 …const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs… in iterate()
619 …const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs… in iterate()
DvktBasicDrawTests.cpp500 renderer.draw(rr::DrawCommand(renderState, in generateRefImage()
/external/deqp/modules/glshared/
DglsDrawTest.cpp1905 struct DrawCommand in render() struct
1912 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render()
1915 DrawCommand command; in render()
1938 …m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_… in render()
1950 struct DrawCommand in render() struct
1958 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render()
1961 DrawCommand command; in render()
1989 …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/external/vulkancts/modules/vulkan/
DvktDrawUtil.cpp345 renderer.draw(rr::DrawCommand( renderState, in draw()
/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/ImageMagick/MagickCore/
Ddisplay.c1417 DrawCommand, enumerator
6795 return(DrawCommand); in XImageWindowCommand()
8789 case DrawCommand: in XMagickCommand()
14366 DrawCommand, in XDisplayImage()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4533 …referenceRenderer.drawInstanced(rr::DrawCommand(state, renderTarget, program, (int)vertexAttribs.s… in drawWithReference()