Searched refs:GrClearOp (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrClearOp.h | 18 class GrClearOp final : public GrOp { 22 static std::unique_ptr<GrClearOp> Make(const GrFixedClip& clip, GrColor color, in Make() 24 std::unique_ptr<GrClearOp> op(new GrClearOp(clip, color, rt)); in Make() 31 static std::unique_ptr<GrClearOp> Make(const SkIRect& rect, GrColor color, GrRenderTarget* rt, in Make() 33 return std::unique_ptr<GrClearOp>(new GrClearOp(rect, color, rt, fullScreen)); in Make() 53 GrClearOp(const GrFixedClip& clip, GrColor color, GrRenderTarget* rt) in GrClearOp() function 72 GrClearOp(const SkIRect& rect, GrColor color, GrRenderTarget* rt, bool fullScreen) in GrClearOp() function 87 GrClearOp* cb = t->cast<GrClearOp>(); in onCombineIfPossible() 103 bool contains(const GrClearOp* that) const { in contains()
|
/external/skia/src/gpu/ |
D | GrRenderTargetOpList.h | 25 class GrClearOp; variable 149 GrClearOp* fLastFullClearOp = nullptr;
|
D | GrRenderTargetOpList.cpp | 206 std::unique_ptr<GrClearOp> op(GrClearOp::Make(GrFixedClip::Disabled(), color, renderTarget)); in fullClear() 209 fLastFullClearOp = static_cast<GrClearOp*>(clearOp); in fullClear()
|
D | GrRenderTargetContext.cpp | 329 std::unique_ptr<GrOp> op(GrClearOp::Make( in absClear() 385 std::unique_ptr<GrOp> op(GrClearOp::Make(clip, color, this->accessRenderTarget())); in internalClear()
|
/external/skia/gn/ |
D | gpu.gni | 245 "$_src/gpu/ops/GrClearOp.h",
|