/third_party/skia/tools/debugger/ |
H A D | DrawCommand.h | 28 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 D | JsonWriteBuffer.cpp | 10 #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 D | DrawCommand.cpp | 8 #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 D | DebugCanvas.h | 20 #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 D | DebugCanvas.cpp | 22 #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 D | Model.cpp | 65 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 D | Model.h | 11 class DrawCommand; 54 SkTDArray<DrawCommand*> fOps;
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRenderer.hpp | 109 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 D | BreakHandler.cpp | 56 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 D | Request.cpp | 50 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 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::__anon30347::DrawCommand 161 vector<DrawCommand> draws; 187 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame()
|
H A 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::__anon30376::DrawCommand 149 vector<DrawCommand> draws; 174 const DrawCommand drawCommand (drawTypes[ndx], coloredRect); in generateRandomFrame()
|
H A 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::__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 D | vktPipelineReferenceRenderer.cpp | 290 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 D | LineLoopTest.cpp | 493 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 D | vktPipelineReferenceRenderer.cpp | 290 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 D | MatrixClipCollapseTest.cpp | 646 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 D | debugger_bindings.cpp | 240 DrawCommand::MakeJsonMatrix44(writer, vm); in lastCommandInfo() 242 DrawCommand::MakeJsonIRect(writer, clip); in lastCommandInfo()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 1925 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 D | glsTextureBufferCase.cpp | 703 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 D | vktDrawInstancedTests.cpp | 775 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 D | vktDrawAhbTests.cpp | 173 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 D | vktDrawInstancedTests.cpp | 757 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 D | es3fPolygonOffsetTests.cpp | 442 rr::DrawCommand( in testPolygonOffset() 707 rr::DrawCommand( in testPolygonOffset() 719 rr::DrawCommand( in testPolygonOffset()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fPolygonOffsetTests.cpp | 439 rr::DrawCommand( in testPolygonOffset() 705 rr::DrawCommand( in testPolygonOffset() 717 rr::DrawCommand( in testPolygonOffset()
|