Home
last modified time | relevance | path

Searched refs:GrClearOp (Results 1 – 14 of 14) sorted by relevance

/external/skqp/src/gpu/ops/
DGrClearOp.cpp15 std::unique_ptr<GrClearOp> GrClearOp::Make(GrContext* context, in Make()
26 return pool->allocate<GrClearOp>(clip, color, dstProxy); in Make()
29 std::unique_ptr<GrClearOp> GrClearOp::Make(GrContext* context, in Make()
37 return pool->allocate<GrClearOp>(rect, color, fullScreen); in Make()
40 GrClearOp::GrClearOp(const GrFixedClip& clip, const SkPMColor4f& color, GrSurfaceProxy* proxy) in GrClearOp() function in GrClearOp
60 void GrClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
DGrClearOp.h16 class GrClearOp final : public GrOp {
20 static std::unique_ptr<GrClearOp> Make(GrContext* context,
25 static std::unique_ptr<GrClearOp> Make(GrContext* context,
54 GrClearOp(const GrFixedClip& clip, const SkPMColor4f& color, GrSurfaceProxy* proxy);
56 GrClearOp(const SkIRect& rect, const SkPMColor4f& color, bool fullScreen) in GrClearOp() function
71 GrClearOp* cb = t->cast<GrClearOp>(); in onCombineIfPossible()
85 bool contains(const GrClearOp* that) const { in contains()
/external/skia/src/gpu/ops/
DGrClearOp.cpp21 GrOp::Owner GrClearOp::MakeColor(GrRecordingContext* context, in MakeColor()
24 return GrOp::Make<GrClearOp>(context, Buffer::kColor, scissor, color, false); in MakeColor()
27 GrOp::Owner GrClearOp::MakeStencilClip(GrRecordingContext* context, in MakeStencilClip()
30 return GrOp::Make<GrClearOp>(context, in MakeStencilClip()
37 GrClearOp::GrClearOp(Buffer buffer, in GrClearOp() function in GrClearOp
49 GrOp::CombineResult GrClearOp::onCombineIfPossible(GrOp* t, SkArenaAlloc*, const GrCaps& caps) { in onCombineIfPossible()
50 GrClearOp* other = t->cast<GrClearOp>(); in onCombineIfPossible()
80 void GrClearOp::onExecute(GrOpFlushState* state, const SkRect& chainBounds) { in onExecute()
DGrClearOp.h18 class GrClearOp final : public GrOp {
46 GrClearOp(Buffer buffer,
82 GR_MAKE_BITFIELD_CLASS_OPS(GrClearOp::Buffer)
/external/skia/tests/
DClearTest.cpp267 const GrClearOp& clearOp = ops->getChain(0)->cast<GrClearOp>(); in clear_op_test()
293 const GrClearOp& clearOp = ops->getChain(0)->cast<GrClearOp>(); in clear_op_test()
/external/skqp/src/gpu/
DGrRenderTargetOpList.h27 class GrClearOp; variable
DGrRenderTargetContext.cpp338 this->getRTOpList()->addOp(GrClearOp::Make(fContext, SkIRect::MakeEmpty(), color, in internalClear()
351 std::unique_ptr<GrOp> op(GrClearOp::Make(fContext, clip, color, in internalClear()
408 GrClearOp::Make(fRenderTargetContext->fContext, rtRect, color, in absClear()
431 GrClearOp::Make(fRenderTargetContext->fContext, SkIRect::MakeEmpty(), color, in absClear()
/external/skia/src/gpu/
DGrOpsTask.h31 class GrClearOp; variable
DGrSurfaceFillContext.cpp434 this->addOp(GrClearOp::MakeColor(fContext, scissorState, color)); in internalClear()
DGrSurfaceDrawContext.cpp909 this->addOp(GrClearOp::MakeStencilClip(fContext, scissorState, insideStencilMask)); in internalStencilClear()
/external/skqp/gn/
Dgpu.gni253 "$_src/gpu/ops/GrClearOp.cpp",
254 "$_src/gpu/ops/GrClearOp.h",
/external/skia/gn/
Dgpu.gni381 "$_src/gpu/ops/GrClearOp.cpp",
382 "$_src/gpu/ops/GrClearOp.h",
/external/skqp/
DAndroid.bp1026 "src/gpu/ops/GrClearOp.cpp",
/external/skia/
DAndroid.bp642 "src/gpu/ops/GrClearOp.cpp",
1626 "src/gpu/ops/GrClearOp.cpp",