Home
last modified time | relevance | path

Searched refs:DrawCmd (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/experimental/sorttoy/
Dsorttoy.cpp290 … 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 …]
DCmds.cpp45 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()
DCmds.h92 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);
DFake.cpp116 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/
DCommands.cpp81 DrawCmd* draw = commands->NextCommand<DrawCmd>(); in FreeCommands()
82 draw->~DrawCmd(); in FreeCommands()
255 commands->NextCommand<DrawCmd>(); in SkipCommand()
DRenderEncoderBase.cpp101 DrawCmd* draw = allocator->Allocate<DrawCmd>(Command::Draw); in APIDraw()
DCommands.h162 struct DrawCmd { struct
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp1076 DrawCmd* draw = iter->NextCommand<DrawCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1394 DrawCmd* draw = iter->NextCommand<DrawCmd>(); in RecordRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1139 DrawCmd* draw = iter->NextCommand<DrawCmd>(); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1279 DrawCmd* draw = iter->NextCommand<DrawCmd>();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm255 void DrawCmd(id<MTLRenderCommandEncoder> encoder, IntermediateCommandStream *stream)