Searched refs:getRTOpList (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.cpp | 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() [all …]
|
D | GrRenderTargetContextPriv.h | 30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip() 40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip()
|
D | GrRenderTargetContext.h | 508 GrRenderTargetOpList* getRTOpList();
|
D | GrDrawingManager.cpp | 255 sk_sp<GrRenderTargetOpList> onFlushOpList = sk_ref_sp(rtc->getRTOpList()); in flush()
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.cpp | 176 this->getRTOpList(); in GrRenderTargetContext() 217 GrRenderTargetOpList* GrRenderTargetContext::getRTOpList() { in getRTOpList() function in GrRenderTargetContext 229 return this->getRTOpList(); in getOpList() 260 this->getRTOpList()->discard(); in discard() 313 if (this->getRTOpList()->resetForFullscreenClear() && in internalClear() 316 this->getRTOpList()->setColorLoadOp(GrLoadOp::kClear, color); in internalClear() 321 this->getRTOpList()->setColorLoadOp(GrLoadOp::kDiscard); in internalClear() 334 this->getRTOpList()->addOp(GrClearOp::Make(fContext, SkIRect::MakeEmpty(), color, in internalClear() 354 this->getRTOpList()->addOp(std::move(op), *this->caps()); in internalClear() 403 fRenderTargetContext->getRTOpList()->addOp( in absClear() [all …]
|
D | GrRenderTargetContextPriv.h | 30 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in setLastClip() 40 GrRenderTargetOpList* opList = fRenderTargetContext->getRTOpList(); in mustRenderClip()
|
D | GrRenderTargetContext.h | 544 GrRenderTargetOpList* getRTOpList();
|
D | GrDrawingManager.cpp | 269 sk_sp<GrRenderTargetOpList> onFlushOpList = sk_ref_sp(rtc->getRTOpList()); in flush()
|