/third_party/skia/experimental/sorttoy/ |
D | sorttoy.cpp | 290 … test->push_back(sk_make_sp<DrawCmd>(ID(0), shape, r.makeOffset(8, 8), FakePaint(SK_ColorRED))); in test1() 291 …test->push_back(sk_make_sp<DrawCmd>(ID(1), shape, r.makeOffset(48, 48), FakePaint(SK_ColorGREEN))); in test1() 310 … test->push_back(sk_make_sp<DrawCmd>(ID(0), shape, r.makeOffset(8, 8), FakePaint(SK_ColorRED))); in test2() 311 …test->push_back(sk_make_sp<DrawCmd>(ID(1), shape, r.makeOffset(48, 48), FakePaint(SK_ColorGREEN))); in test2() 312 … test->push_back(sk_make_sp<DrawCmd>(ID(2), shape, r.makeOffset(98, 98), FakePaint(SK_ColorBLUE))); in test2() 331 … test->push_back(sk_make_sp<DrawCmd>(ID(0), shape, r.makeOffset(8, 8), FakePaint(SK_ColorRED))); in test3() 332 test->push_back(sk_make_sp<DrawCmd>(ID(1), shape, r.makeOffset(48, 48), FakePaint(0x8000FF00))); in test3() 333 … test->push_back(sk_make_sp<DrawCmd>(ID(2), shape, r.makeOffset(98, 98), FakePaint(SK_ColorBLUE))); in test3() 353 test->push_back(sk_make_sp<DrawCmd>(ID(0), shape, r.makeOffset(8, 8), FakePaint(0x80FF0000))); in test4() 354 test->push_back(sk_make_sp<DrawCmd>(ID(1), shape, r.makeOffset(48, 48), FakePaint(0x8000FF00))); in test4() [all …]
|
D | Cmds.cpp | 45 DrawCmd::DrawCmd(ID id, in DrawCmd() function in DrawCmd 55 DrawCmd::DrawCmd(ID id, in DrawCmd() function in DrawCmd 85 bool DrawCmd::contains(int x, int y) const { in contains() 89 uint32_t DrawCmd::getSortZ() const { in getSortZ() 94 uint32_t DrawCmd::getDrawZ() const { in getDrawZ() 98 SortKey DrawCmd::getKey() { in getKey() 102 void DrawCmd::execute(FakeCanvas* c) const { in execute() 106 void DrawCmd::execute(SkCanvas* c) const { in execute() 144 void DrawCmd::rasterize(uint32_t zBuffer[256][256], SkBitmap* dstBM) const { in rasterize()
|
D | Cmds.h | 92 class DrawCmd : public Cmd { 94 DrawCmd(ID, Shape, SkIRect, const FakePaint&); // for creating the test cases 95 DrawCmd(ID, PaintersOrder, Shape, SkIRect, const FakePaint&, sk_sp<FakeMCBlob> state);
|
D | Fake.cpp | 116 sk_sp<Cmd> tmp = sk_make_sp<DrawCmd>(id, paintersOrder, shape, r, p, std::move(state)); in drawShape()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Commands.cpp | 81 DrawCmd* draw = commands->NextCommand<DrawCmd>(); in FreeCommands() 82 draw->~DrawCmd(); in FreeCommands() 255 commands->NextCommand<DrawCmd>(); in SkipCommand()
|
D | RenderEncoderBase.cpp | 101 DrawCmd* draw = allocator->Allocate<DrawCmd>(Command::Draw); in APIDraw()
|
D | Commands.h | 162 struct DrawCmd { struct
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | CommandBufferVk.cpp | 1076 DrawCmd* draw = iter->NextCommand<DrawCmd>(); in RecordRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandBufferD3D12.cpp | 1394 DrawCmd* draw = iter->NextCommand<DrawCmd>(); in RecordRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 1139 DrawCmd* draw = iter->NextCommand<DrawCmd>(); in ExecuteRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | CommandBufferMTL.mm | 1279 DrawCmd* draw = iter->NextCommand<DrawCmd>();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.mm | 255 void DrawCmd(id<MTLRenderCommandEncoder> encoder, IntermediateCommandStream *stream)
|