Home
last modified time | relevance | path

Searched refs:fullClear (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrRenderTargetOpList.h82 void fullClear(const GrCaps& caps, GrColor color);
DGrRenderTargetOpList.cpp181 void GrRenderTargetOpList::fullClear(const GrCaps& caps, GrColor color) { in fullClear() function in GrRenderTargetOpList
DGrRenderTargetContext.cpp335 this->getRTOpList()->fullClear(*this->caps(), color); in internalClear()