Home
last modified time | relevance | path

Searched refs:DrawCommand (Results 1 - 25 of 43) sorted by relevance

12

/third_party/skia/tools/debugger/
H A DDrawCommand.h28 class DrawCommand { class
79 DrawCommand(OpType opType);
81 virtual ~DrawCommand() {} in ~DrawCommand()
124 class RestoreCommand : public DrawCommand {
130 using INHERITED = DrawCommand;
133 class ClearCommand : public DrawCommand {
142 using INHERITED = DrawCommand;
145 class ClipPathCommand : public DrawCommand {
157 using INHERITED = DrawCommand;
160 class ClipRegionCommand : public DrawCommand {
[all...]
H A DJsonWriteBuffer.cpp10 #include "tools/debugger/DrawCommand.h"
97 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 in writeIRect()
[all...]
H A DDrawCommand.cpp8 #include "tools/debugger/DrawCommand.h"
206 DrawCommand::DrawCommand(OpType type) : fOpType(type), fVisible(true) {} in DrawCommand() function in DrawCommand
208 const char* DrawCommand::GetCommandString(OpType type) { in GetCommandString()
258 void DrawCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
393 void DrawCommand::MakeJsonColor(SkJSONWriter& writer, const SkColor color) { in MakeJsonColor()
402 void DrawCommand::MakeJsonColor4f(SkJSONWriter& writer, const SkColor4f& color) { in MakeJsonColor4f()
411 void DrawCommand::MakeJsonPoint(SkJSONWriter& writer, const SkPoint& point) { in MakeJsonPoint()
418 void DrawCommand::MakeJsonPoint(SkJSONWriter& writer, SkScalar x, SkScalar y) { in MakeJsonPoint()
425 void DrawCommand
[all...]
H A DDebugCanvas.h20 #include "tools/debugger/DrawCommand.h"
109 DrawCommand* getDrawCommandAt(int index) const;
131 void detachCommands(SkTDArray<DrawCommand*>* dst) { fCommandVector.swap(*dst); } in detachCommands()
207 SkTDArray<DrawCommand*> fCommandVector;
233 void addDrawCommand(DrawCommand* command);
H A DDebugCanvas.cpp22 #include "tools/debugger/DrawCommand.h"
120 void DebugCanvas::addDrawCommand(DrawCommand* command) { fCommandVector.push_back(command); } in addDrawCommand()
264 DrawCommand* DebugCanvas::getDrawCommandAt(int index) const {
627 const DrawCommand* command = this->getDrawCommandAt(i);
631 case DrawCommand::OpType::kDrawImage_OpType: {
635 case DrawCommand::OpType::kDrawImageRect_OpType: {
639 case DrawCommand::OpType::kDrawImageLattice_OpType: {
/third_party/skia/tools/mdbviz/
H A 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()
H A DModel.h11 class DrawCommand;
54 SkTDArray<DrawCommand*> fOps;
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.hpp109 class DrawCommand class
112 DrawCommand (const RenderState& state_, const RenderTarget& renderTarget_, const Program& program_, int numVertexAttribs_, const VertexAttrib* vertexAttribs_, const PrimitiveList& primitives_) in DrawCommand() function in rr::DrawCommand
138 void draw (const DrawCommand& command) const;
139 void drawInstanced (const DrawCommand& command, int numInstances) const;
/third_party/skia/tools/skiaserve/urlhandlers/
H A DBreakHandler.cpp56 DrawCommand::MakeJsonColor(writer, target); in handle()
71 DrawCommand::MakeJsonColor(writer, current); in handle()
79 DrawCommand::MakeJsonColor(writer, target); in handle()
/third_party/skia/tools/skiaserve/
H A DRequest.cpp50 DrawCommand::WritePNG(bmp, buffer); in writeCanvasToPng()
268 DrawCommand::MakeJsonMatrix44(writer, vm); in getJsonInfo()
270 DrawCommand::MakeJsonIRect(writer, clip); in getJsonInfo()
/third_party/vk-gl-cts/modules/egl/
H A 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::__anon30347::DrawCommand
161 vector<DrawCommand> draws;
187 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame()
H A 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::__anon30376::DrawCommand
149 vector<DrawCommand> draws;
174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame()
H A 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::__anon30390::DrawCommand
117 vector<DrawCommand> draws;
659 const DrawCommand drawCommand (frameDrawType[rectNdx], rect); in generateFrameSequence()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp290 rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primitives); in draw()
327 rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 3, vertexAttribs, primitives); in draw()
359 rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primitives); in draw()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp290 rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primitives); in draw()
327 rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 3, vertexAttribs, primitives); in draw()
359 rr::DrawCommand drawQuadCommand(renderState, *m_renderTarget, *m_program, 2, vertexAttribs, primitives); in draw()
/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp646 SkDebugf("%16s, ", DrawCommand::GetCommandString(expected[i])); in print()
652 SkDebugf("%s\n", DrawCommand::GetCommandString(actual[i])); in print()
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp240 DrawCommand::MakeJsonMatrix44(writer, vm); in lastCommandInfo()
242 DrawCommand::MakeJsonIRect(writer, clip); in lastCommandInfo()
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp1925 struct DrawCommand in render() struct
1932 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render()
1935 DrawCommand command; in render()
1958 m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_DRAW); in render()
1970 struct DrawCommand in render() struct
1978 deUint8* buffer = new deUint8[sizeof(DrawCommand) + indirectOffset]; in render()
1981 DrawCommand command; in render()
2010 m_ctx.bufferData(GL_DRAW_INDIRECT_BUFFER, sizeof(DrawCommand) + indirectOffset, buffer, GL_STATIC_DRAW); in render()
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp775 const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), &vertexAttribs[0], in iterate()
784 const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), &vertexAttribs[0], in iterate()
H A DvktDrawAhbTests.cpp173 renderer.draw(rr::DrawCommand(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), in generateRefImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInstancedTests.cpp757 const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), &vertexAttribs[0], in iterate()
766 const rr::DrawCommand command(renderState, renderTarget, program, DE_LENGTH_OF_ARRAY(vertexAttribs), &vertexAttribs[0], in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp442 rr::DrawCommand( in testPolygonOffset()
707 rr::DrawCommand( in testPolygonOffset()
719 rr::DrawCommand( in testPolygonOffset()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp439 rr::DrawCommand( in testPolygonOffset()
705 rr::DrawCommand( in testPolygonOffset()
717 rr::DrawCommand( in testPolygonOffset()

Completed in 32 milliseconds

12