Lines Matching refs:getRTOpList
180 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()
414 fRenderTargetContext->getRTOpList()->resetForFullscreenClear(); in absClear()
415 fRenderTargetContext->getRTOpList()->setColorLoadOp(GrLoadOp::kDiscard); in absClear()
430 fRenderTargetContext->getRTOpList()->addOp( in absClear()
795 this->getRTOpList()->addOp(std::move(op), *this->caps()); in internalStencilClear()
840 fRenderTargetContext->getRTOpList()->addOp(std::move(op), *fRenderTargetContext->caps()); in stencilPath()
1620 this->getRTOpList()->addOp(std::move(op), *this->caps()); in drawDrawable()
1657 this->getRTOpList()->addOp(std::move(waitOp), *this->caps()); in waitOnSemaphores()
1664 this->getRTOpList()->addOp(std::move(op), *this->caps()); in insertEventMarker()
1969 this->getRTOpList()->setStencilLoadOp(GrLoadOp::kClear); in addDrawOp()
1985 auto opList = this->getRTOpList(); in addDrawOp()