Home | History | Annotate | Download | only in gpu

Lines Matching refs:tempRTC

467         sk_sp<GrRenderTargetContext> tempRTC = this->makeRenderTargetContext(
475 if (tempRTC) {
486 tempRTC.reset(nullptr);
489 if (!fp && tempRTC) {
499 tempRTC->drawRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), rect,
501 surfaceToRead.reset(tempRTC->asTexture().release());