HomeSort by relevance Sort by last modified time
    Searched refs:tempRTC (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 188 sk_sp<GrRenderTargetContext> tempRTC(context->makeRenderTargetContext(SkBackingFit::kExact,
191 if (!readRTC || !tempRTC) {
234 resourceProvider, tempRTC->asTextureProxyRef(), *pmToUPMRule, SkMatrix::I()));
249 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kDstRect,
  /external/skia/src/gpu/
GrContext.cpp 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());
    [all...]

Completed in 60 milliseconds