Home
last modified time | relevance | path

Searched refs:DrawCommand (Results 1 – 22 of 22) 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::__anonc7dace990111::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::__anon375e92550111::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::__anonfe5b69220111::DrawCommand
149 vector<DrawCommand> draws;
174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame()
DteglRenderTests.cpp474 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.cpp974 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.cpp617 …const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs… in iterate()
626 …const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs… in iterate()
DvktBasicDrawTests.cpp498 renderer.draw(rr::DrawCommand(renderState, in generateRefImage()
/external/deqp/modules/glshared/
DglsDrawTest.cpp1906 struct DrawCommand in render() struct
1913 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render()
1916 DrawCommand command; in render()
1939 …m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_… in render()
1951 struct DrawCommand in render() struct
1959 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render()
1962 DrawCommand command; in render()
1990 …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/util/
DvktDrawUtil.cpp259 renderer.draw(rr::DrawCommand( renderState, in draw()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiSmokeTests.cpp324 renderer.draw(rr::DrawCommand(renderState, in renderReferenceTriangle()
/external/deqp/modules/internal/
DditFrameworkTests.cpp781 …const rr::DrawCommand drawCmd (state, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttrib… in runCase()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp138 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/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp1711 renderer.draw(rr::DrawCommand(renderState, in iterateInternal()
/external/ImageMagick/MagickCore/
Ddisplay.c1417 DrawCommand, enumerator
6795 return(DrawCommand); in XImageWindowCommand()
8791 case DrawCommand: in XMagickCommand()
14372 DrawCommand, in XDisplayImage()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4533 …referenceRenderer.drawInstanced(rr::DrawCommand(state, renderTarget, program, (int)vertexAttribs.s… in drawWithReference()