Home
last modified time | relevance | path

Searched refs:DrawableOp (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/ops/
DDrawableOp.cpp19 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()
DDrawableOp.h18 class DrawableOp final : public GrOp {
31 DrawableOp(std::unique_ptr<SkDrawable::GpuDrawHandler>, const SkRect& bounds);
/third_party/skia/src/gpu/
DBUILD.bazel334 "ops/DrawableOp.cpp",
335 "ops/DrawableOp.h",
/third_party/skia/gn/
Dgpu.gni516 "$_src/gpu/ops/DrawableOp.cpp",
517 "$_src/gpu/ops/DrawableOp.h",
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1488 GrOp::Owner op(DrawableOp::Make(fContext, std::move(drawable), bounds)); in drawDrawable()