Searched refs:getRTOpList (Results 1 – 4 of 4) sorted by relevance
30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip()40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip()
180 this->getRTOpList(); in GrRenderTargetContext()221 GrRenderTargetOpList* GrRenderTargetContext::getRTOpList() { in getRTOpList() function in GrRenderTargetContext233 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 …]
508 GrRenderTargetOpList* getRTOpList();
255 sk_sp<GrRenderTargetOpList> onFlushOpList = sk_ref_sp(rtc->getRTOpList()); in flush()