Searched refs:GrClearOp (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrClearOp.h | 16 class GrClearOp final : public GrOp { 20 static std::unique_ptr<GrClearOp> Make(const GrFixedClip& clip, GrColor color, in Make() 27 return std::unique_ptr<GrClearOp>(new GrClearOp(clip, color, dstProxy)); in Make() 30 static std::unique_ptr<GrClearOp> Make(const SkIRect& rect, GrColor color, in Make() 34 return std::unique_ptr<GrClearOp>(new GrClearOp(rect, color, fullScreen)); in Make() 57 GrClearOp(const GrFixedClip& clip, GrColor color, GrSurfaceProxy* proxy); 59 GrClearOp(const SkIRect& rect, GrColor color, bool fullScreen) in GrClearOp() function 74 GrClearOp* cb = t->cast<GrClearOp>(); in onCombineIfPossible() 89 bool contains(const GrClearOp* that) const { in contains()
|
D | GrClearOp.cpp | 14 GrClearOp::GrClearOp(const GrFixedClip& clip, GrColor color, GrSurfaceProxy* proxy) in GrClearOp() function in GrClearOp 34 void GrClearOp::onExecute(GrOpFlushState* state) { in onExecute()
|
/external/skia/src/gpu/ |
D | GrRenderTargetOpList.h | 26 class GrClearOp; variable 141 GrClearOp* fLastFullClearOp = nullptr;
|
D | GrRenderTargetOpList.cpp | 196 std::unique_ptr<GrClearOp> op(GrClearOp::Make(GrFixedClip::Disabled(), color, fTarget.get())); in fullClear() 203 fLastFullClearOp = static_cast<GrClearOp*>(clearOp); in fullClear()
|
D | GrRenderTargetContext.cpp | 287 std::unique_ptr<GrOp> op(GrClearOp::Make(rtRect, color, !clearRect)); in absClear() 337 std::unique_ptr<GrOp> op(GrClearOp::Make(clip, color, this->asSurfaceProxy())); in internalClear()
|
/external/skia/gn/ |
D | gpu.gni | 241 "$_src/gpu/ops/GrClearOp.cpp", 242 "$_src/gpu/ops/GrClearOp.h",
|
/external/skia/ |
D | Android.bp | 518 "src/gpu/ops/GrClearOp.cpp",
|