Searched refs:tempRTC (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrConfigConversionEffect.cpp | 188 sk_sp<GrRenderTargetContext> tempRTC(context->makeRenderTargetContext(SkBackingFit::kExact, in TestForPreservingPMConversions() local 191 if (!readRTC || !tempRTC) { in TestForPreservingPMConversions() 234 resourceProvider, tempRTC->asTextureProxyRef(), *pmToUPMRule, SkMatrix::I())); in TestForPreservingPMConversions() 249 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kDstRect, in TestForPreservingPMConversions()
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 467 sk_sp<GrRenderTargetContext> tempRTC = this->makeRenderTargetContext( in readSurfacePixels() local 475 if (tempRTC) { in readSurfacePixels() 486 tempRTC.reset(nullptr); in readSurfacePixels() 489 if (!fp && tempRTC) { in readSurfacePixels() 499 tempRTC->drawRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), rect, in readSurfacePixels() 501 surfaceToRead.reset(tempRTC->asTexture().release()); in readSurfacePixels()
|