HomeSort by relevance Sort by last modified time
    Searched refs:DrawCommand (Results 1 - 20 of 20) sorted by null

  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 109 class DrawCommand
112 DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_, int numVertexAttribs_, const VertexAttrib* vertexAttribs_, const PrimitiveList& primitives_)
138 void draw (const DrawCommand& command) const;
139 void drawInstanced (const DrawCommand& command, int numInstances) const;
rrRenderer.cpp     [all...]
  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 433 List<MockCanvas.DrawCommand> drawCommands = c.getDrawCommands();
436 MockCanvas.DrawCommand drawCommand = drawCommands.get(i);
439 assertEquals(LAYOUT_TEXT.toString().substring(start, end), drawCommand.text);
441 assertEquals(expected_y, drawCommand.y, 0.0f);
447 class DrawCommand {
452 DrawCommand(String text, float x, float y) {
459 List<DrawCommand> mDrawCommands;
473 mDrawCommands.add(new DrawCommand(text.substring(start, end), x, y));
483 mDrawCommands.add(new DrawCommand(new String(text, index, count), x, y))
    [all...]
  /external/deqp/modules/egl/
teglBufferAgeTests.cpp 143 struct DrawCommand
145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_)
161 vector<DrawCommand> draws;
187 const DrawCommand drawCommand (drawTypes[ndx], coloredRect);
188 (*dst).draws.push_back(drawCommand);
teglPartialUpdateTests.cpp 131 struct DrawCommand
133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_)
149 vector<DrawCommand> draws;
174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect);
176 dst.draws.push_back(drawCommand);
teglSwapBuffersWithDamageTests.cpp 99 struct DrawCommand
101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_)
117 vector<DrawCommand> draws;
659 const DrawCommand drawCommand (frameDrawType[rectNdx], rect);
661 frame.draws.push_back(drawCommand);
teglRenderTests.cpp 437 rr::DrawCommand(
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.cpp 281 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/external/vulkancts/modules/vulkan/draw/
vktDrawInstancedTests.cpp 527 vk::VkDrawIndirectCommand drawCommand =
535 drawCommands.push_back(drawCommand);
543 vk::VkDrawIndexedIndirectCommand drawCommand =
552 drawCommands.push_back(drawCommand);
613 const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), &vertexAttribs[0],
622 const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), &vertexAttribs[0],
vktBasicDrawTests.cpp 509 renderer.draw(rr::DrawCommand(renderState,
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
glsTextureBufferCase.cpp 702 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives);
709 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 438 rr::DrawCommand(
701 rr::DrawCommand(
713 rr::DrawCommand(
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 441 rr::DrawCommand(
704 rr::DrawCommand(
716 rr::DrawCommand(
    [all...]
es3fShaderBuiltinVarTests.cpp 953 rr::DrawCommand(
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 322 renderer.draw(rr::DrawCommand(renderState,
    [all...]
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 767 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/
es31fDrawBuffersIndexedTests.cpp 832 const rr::DrawCommand command (renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), vertexAttribs, primitives);
    [all...]
  /external/ImageMagick/MagickCore/
display.c     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 934 milliseconds