Home
last modified time | relevance | path

Searched refs:getRTOpList (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrRenderTargetContextPriv.h30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip()
40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip()
DGrRenderTargetContext.cpp180 this->getRTOpList(); in GrRenderTargetContext()
221 GrRenderTargetOpList* GrRenderTargetContext::getRTOpList() { in getRTOpList() function in GrRenderTargetContext
233 return this->getRTOpList(); in getOpList()
264 this->getRTOpList()->discard(); in discard()
317 if (this->getRTOpList()->resetForFullscreenClear() && in internalClear()
320 this->getRTOpList()->setColorLoadOp(GrLoadOp::kClear, color); in internalClear()
325 this->getRTOpList()->setColorLoadOp(GrLoadOp::kDiscard); in internalClear()
338 this->getRTOpList()->addOp(GrClearOp::Make(fContext, SkIRect::MakeEmpty(), color, in internalClear()
358 this->getRTOpList()->addOp(std::move(op), *this->caps()); in internalClear()
407 fRenderTargetContext->getRTOpList()->addOp( in absClear()
[all …]
DGrRenderTargetContext.h508 GrRenderTargetOpList* getRTOpList();
DGrDrawingManager.cpp255 sk_sp<GrRenderTargetOpList> onFlushOpList = sk_ref_sp(rtc->getRTOpList()); in flush()