Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrRenderTargetOpList.h92 void fullClear(const GrCaps& caps, GrColor color);
DGrRenderTargetOpList.cpp199 void GrRenderTargetOpList::fullClear(const GrCaps& caps, GrColor color) { in fullClear() function in GrRenderTargetOpList
DGrRenderTargetContext.cpp346 this->getRTOpList()->fullClear(*this->caps(), color); in internalClear()
/external/skia/src/gpu/
DGrRenderTargetOpList.h92 void fullClear(const GrCaps& caps, GrColor color);
DGrRenderTargetOpList.cpp199 void GrRenderTargetOpList::fullClear(const GrCaps& caps, GrColor color) { in fullClear() function in GrRenderTargetOpList
DGrRenderTargetContext.cpp348 this->getRTOpList()->fullClear(*this->caps(), color); in internalClear()