Searched refs:DrawableOp (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | DrawableOp.cpp | 19 GrOp::Owner DrawableOp::Make(GrRecordingContext* context, in Make() 22 return GrOp::Make<DrawableOp>(context, std::move(drawable), bounds); in Make() 25 DrawableOp::DrawableOp(std::unique_ptr<SkDrawable::GpuDrawHandler> drawable, in DrawableOp() function in skgpu::v1::DrawableOp 32 void DrawableOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
|
D | DrawableOp.h | 18 class DrawableOp final : public GrOp { 31 DrawableOp(std::unique_ptr<SkDrawable::GpuDrawHandler>, const SkRect& bounds);
|
/third_party/skia/src/gpu/ |
D | BUILD.bazel | 334 "ops/DrawableOp.cpp", 335 "ops/DrawableOp.h",
|
/third_party/skia/gn/ |
D | gpu.gni | 516 "$_src/gpu/ops/DrawableOp.cpp", 517 "$_src/gpu/ops/DrawableOp.h",
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext.cpp | 1488 GrOp::Owner op(DrawableOp::Make(fContext, std::move(drawable), bounds)); in drawDrawable()
|