Home
last modified time | relevance | path

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

12

/external/skia/tools/debugger/
DDrawCommand.h28 class DrawCommand {
78 DrawCommand(OpType opType);
80 virtual ~DrawCommand() {} in ~DrawCommand()
123 class RestoreCommand : public DrawCommand {
129 using INHERITED = DrawCommand;
132 class ClearCommand : public DrawCommand {
141 using INHERITED = DrawCommand;
144 class ClipPathCommand : public DrawCommand {
156 using INHERITED = DrawCommand;
159 class ClipRegionCommand : public DrawCommand {
[all …]
DJsonWriteBuffer.cpp97 DrawCommand::MakeJsonColor(*fWriter, color); in writeColor()
104 DrawCommand::MakeJsonColor(*fWriter, color[i]); in writeColorArray()
111 DrawCommand::MakeJsonColor4f(*fWriter, color); in writeColor4f()
118 DrawCommand::MakeJsonColor4f(*fWriter, color[i]); in writeColor4fArray()
125 DrawCommand::MakeJsonPoint(*fWriter, point); in writePoint()
130 DrawCommand::MakeJsonPoint3(*fWriter, point); in writePoint3()
137 DrawCommand::MakeJsonPoint(*fWriter, point[i]); in writePointArray()
158 DrawCommand::MakeJsonMatrix(*fWriter, matrix); in writeMatrix()
163 DrawCommand::MakeJsonIRect(*fWriter, rect); in writeIRect()
168 DrawCommand::MakeJsonRect(*fWriter, rect); in writeRect()
[all …]
DDebugCanvas.h109 DrawCommand* getDrawCommandAt(int index) const;
131 void detachCommands(SkTDArray<DrawCommand*>* dst) { fCommandVector.swap(*dst); } in detachCommands()
206 SkTDArray<DrawCommand*> fCommandVector;
232 void addDrawCommand(DrawCommand* command);
DDrawCommand.cpp211 DrawCommand::DrawCommand(OpType type) : fOpType(type), fVisible(true) {} in DrawCommand() function in DrawCommand
213 const char* DrawCommand::GetCommandString(OpType type) { in GetCommandString()
262 void DrawCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
397 void DrawCommand::MakeJsonColor(SkJSONWriter& writer, const SkColor color) { in MakeJsonColor()
406 void DrawCommand::MakeJsonColor4f(SkJSONWriter& writer, const SkColor4f& color) { in MakeJsonColor4f()
415 void DrawCommand::MakeJsonPoint(SkJSONWriter& writer, const SkPoint& point) { in MakeJsonPoint()
422 void DrawCommand::MakeJsonPoint(SkJSONWriter& writer, SkScalar x, SkScalar y) { in MakeJsonPoint()
429 void DrawCommand::MakeJsonPoint3(SkJSONWriter& writer, const SkPoint3& point) { in MakeJsonPoint3()
437 void DrawCommand::MakeJsonRect(SkJSONWriter& writer, const SkRect& rect) { in MakeJsonRect()
446 void DrawCommand::MakeJsonIRect(SkJSONWriter& writer, const SkIRect& rect) { in MakeJsonIRect()
[all …]
DDebugCanvas.cpp119 void DebugCanvas::addDrawCommand(DrawCommand* command) { fCommandVector.push_back(command); } in addDrawCommand()
260 DrawCommand* DebugCanvas::getDrawCommandAt(int index) const { in getDrawCommandAt()
609 const DrawCommand* command = this->getDrawCommandAt(i); in getImageIdToCommandMap()
613 case DrawCommand::OpType::kDrawImage_OpType: { in getImageIdToCommandMap()
617 case DrawCommand::OpType::kDrawImageRect_OpType: { in getImageIdToCommandMap()
621 case DrawCommand::OpType::kDrawImageLattice_OpType: { in getImageIdToCommandMap()
/external/skia/tools/mdbviz/
DModel.cpp65 return DrawCommand::GetCommandString(fOps[index]->getType()); in getOpName()
69 DrawCommand::OpType type = fOps[index]->getType(); in isHierarchyPush()
71 return DrawCommand::kSave_OpType == type || DrawCommand::kSaveLayer_OpType == type || in isHierarchyPush()
72 DrawCommand::kBeginDrawPicture_OpType == type; in isHierarchyPush()
76 DrawCommand::OpType type = fOps[index]->getType(); in isHierarchyPop()
78 return DrawCommand::kRestore_OpType == type || DrawCommand::kEndDrawPicture_OpType == type; in isHierarchyPop()
DModel.h11 class DrawCommand; variable
54 SkTDArray<DrawCommand*> fOps;
/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;
/external/skia/tools/skiaserve/urlhandlers/
DBreakHandler.cpp56 DrawCommand::MakeJsonColor(writer, target); in handle()
71 DrawCommand::MakeJsonColor(writer, current); in handle()
79 DrawCommand::MakeJsonColor(writer, target); in handle()
/external/skia/tools/skiaserve/
DRequest.cpp50 DrawCommand::WritePNG(bmp, buffer); in writeCanvasToPng()
268 DrawCommand::MakeJsonMatrix44(writer, vm); in getJsonInfo()
270 DrawCommand::MakeJsonIRect(writer, clip); in getJsonInfo()
/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::__anon3f9260370111::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::__anonca9f80f30111::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::__anonc49e99c00111::DrawCommand
149 vector<DrawCommand> draws;
174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp290 …rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primit… in draw()
327 …rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 3, vertexAttribs, primit… in draw()
359 …rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primit… in draw()
/external/angle/src/tests/gl_tests/
DLineLoopTest.cpp493 struct DrawCommand in runTest() struct
550 DrawCommand cmdBuffer = {}; in runTest()
556 glBufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand), &cmdBuffer, GL_STATIC_DRAW); in runTest()
/external/skia/
DBUILD.gn1457 "tools/debugger/DrawCommand.cpp",
1915 "tools/debugger/DrawCommand.cpp",
1916 "tools/debugger/DrawCommand.h",
2370 "tools/debugger/DrawCommand.cpp",
2852 "tools/debugger/DrawCommand.cpp",
3018 "tools/debugger/DrawCommand.cpp",
3065 "tools/debugger/DrawCommand.cpp",
3108 "tools/debugger/DrawCommand.cpp",
3143 "tools/debugger/DrawCommand.cpp",
3169 "tools/debugger/DrawCommand.cpp",
[all …]
/external/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp240 DrawCommand::MakeJsonMatrix44(writer, vm); in lastCommandInfo()
242 DrawCommand::MakeJsonIRect(writer, clip); in lastCommandInfo()
/external/skia/tests/
DMatrixClipCollapseTest.cpp646 SkDebugf("%16s, ", DrawCommand::GetCommandString(expected[i])); in print()
652 SkDebugf("%s\n", DrawCommand::GetCommandString(actual[i])); in print()
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp441 rr::DrawCommand( in testPolygonOffset()
707 rr::DrawCommand( in testPolygonOffset()
719 rr::DrawCommand( in testPolygonOffset()
/external/deqp/modules/gles3/functional/
Des3fPolygonOffsetTests.cpp444 rr::DrawCommand( in testPolygonOffset()
709 rr::DrawCommand( in testPolygonOffset()
721 rr::DrawCommand( in testPolygonOffset()
/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.cpp703 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives); in renderReference()
710 const rr::DrawCommand cmd(renderState, renderTarget, program, 1, vertexAttribs, primitives); in renderReference()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInstancedTests.cpp701 …const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs… in iterate()
710 …const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs… in iterate()
DvktDrawAhbTests.cpp173 …renderer.draw(rr::DrawCommand(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs… in generateRefImage()
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp162 renderer.draw(rr::DrawCommand( renderState, in draw()

12