/external/deqp/framework/referencerenderer/ |
D | rrRenderer.hpp | 109 class DrawCommand class 112 …DrawCommand (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;
|
D | rrRenderer.cpp | 1509 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/ |
D | teglBufferAgeTests.cpp | 143 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()
|
D | teglSwapBuffersWithDamageTests.cpp | 99 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()
|
D | teglPartialUpdateTests.cpp | 131 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()
|
D | teglRenderTests.cpp | 474 rr::DrawCommand( in renderReference()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 281 …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/ |
D | es3fPolygonOffsetTests.cpp | 441 rr::DrawCommand( in testPolygonOffset() 704 rr::DrawCommand( in testPolygonOffset() 716 rr::DrawCommand( in testPolygonOffset()
|
D | es3fShaderBuiltinVarTests.cpp | 974 rr::DrawCommand( in renderReference()
|
/external/deqp/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 438 rr::DrawCommand( in testPolygonOffset() 701 rr::DrawCommand( in testPolygonOffset() 713 rr::DrawCommand( in testPolygonOffset()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInstancedTests.cpp | 617 …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()
|
D | vktBasicDrawTests.cpp | 498 renderer.draw(rr::DrawCommand(renderState, in generateRefImage()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 1906 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()
|
D | glsTextureBufferCase.cpp | 702 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/ |
D | vktDrawUtil.cpp | 259 renderer.draw(rr::DrawCommand( renderState, in draw()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiSmokeTests.cpp | 324 renderer.draw(rr::DrawCommand(renderState, in renderReferenceTriangle()
|
/external/deqp/modules/internal/ |
D | ditFrameworkTests.cpp | 781 …const rr::DrawCommand drawCmd (state, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttrib… in runCase()
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 138 renderer.draw(rr::DrawCommand(renderState, in renderReferenceTriangle()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 832 …const rr::DrawCommand command (renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttr… in renderRefQuad()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 1711 renderer.draw(rr::DrawCommand(renderState, in iterateInternal()
|
/external/ImageMagick/MagickCore/ |
D | display.c | 1417 DrawCommand, enumerator 6795 return(DrawCommand); in XImageWindowCommand() 8791 case DrawCommand: in XMagickCommand() 14372 DrawCommand, in XDisplayImage()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4533 …referenceRenderer.drawInstanced(rr::DrawCommand(state, renderTarget, program, (int)vertexAttribs.s… in drawWithReference()
|