Home
last modified time | relevance | path

Searched refs:asTextureProxyRef (Results 1 – 25 of 62) sorted by relevance

123

/third_party/flutter/skia/src/image/
DSkImage_GpuBase.h35 sk_sp<GrTextureProxy> asTextureProxyRef(GrRecordingContext* context) const override { in asTextureProxyRef() function
38 return this->INHERITED::asTextureProxyRef(context); in asTextureProxyRef()
40 sk_sp<GrTextureProxy> asTextureProxyRef(GrRecordingContext*, const GrSamplerState&,
46 return this->asTextureProxyRef(context); in refPinnedTextureProxy()
DSkImage_GpuBase.cpp90 sk_sp<GrTextureProxy> texProxy = this->asTextureProxyRef(direct); in getROPixels()
121 sk_sp<GrSurfaceProxy> proxy = this->asTextureProxyRef(context); in onMakeSubset()
148 sk_sp<GrTextureProxy> texProxy = this->asTextureProxyRef(direct); in onReadPixels()
162 sk_sp<GrTextureProxy> SkImage_GpuBase::asTextureProxyRef(GrRecordingContext* context, in asTextureProxyRef() function in SkImage_GpuBase
170 GrTextureAdjuster adjuster(fContext.get(), this->asTextureProxyRef(context), in asTextureProxyRef()
184 sk_sp<GrTextureProxy> proxy = this->asTextureProxyRef(direct); in onGetBackendTexture()
220 sk_sp<GrTextureProxy> proxyRef = this->asTextureProxyRef(direct); in onGetTexture()
DSkImage_Base.h59 virtual sk_sp<GrTextureProxy> asTextureProxyRef(GrRecordingContext*) const { return nullptr; } in asTextureProxyRef() function
60 virtual sk_sp<GrTextureProxy> asTextureProxyRef(GrRecordingContext*, const GrSamplerState&,
DSkImage_GpuYUVA.cpp134 sk_sp<GrTextureProxy> SkImage_GpuYUVA::asTextureProxyRef(GrRecordingContext* context) const { in asTextureProxyRef() function in SkImage_GpuYUVA
163 fRGBProxy = renderTargetContext->asTextureProxyRef(); in asTextureProxyRef()
176 auto proxy = this->asTextureProxyRef(context); in asMippedTextureProxyRef()
DSkImage_Gpu.h34 sk_sp<GrTextureProxy> asTextureProxyRef(GrRecordingContext*) const override { in asTextureProxyRef() function
DSkImage_Gpu.cpp87 sk_sp<GrTextureProxy> proxy = this->asTextureProxyRef(context); in onMakeColorTypeAndColorSpace()
112 renderTargetContext->asTextureProxyRef(), std::move(targetCS)); in onMakeColorTypeAndColorSpace()
233 renderTargetContext->asTextureProxyRef(), in ConvertYUVATexturesToRGB()
381 sk_sp<GrTextureProxy> proxy = as_IB(this)->asTextureProxyRef(context); in makeTextureImage()
DSkImage_GpuYUVA.h37 sk_sp<GrTextureProxy> asTextureProxyRef(GrRecordingContext*) const override;
DSkImage_Lazy.h45 sk_sp<GrTextureProxy> asTextureProxyRef(GrRecordingContext*,
DSkImage_Raster.cpp80 sk_sp<GrTextureProxy> asTextureProxyRef(GrRecordingContext*, const GrSamplerState&,
169 sk_sp<GrTextureProxy> SkImage_Raster::asTextureProxyRef(GrRecordingContext* context, in asTextureProxyRef() function in SkImage_Raster
/third_party/flutter/skia/src/gpu/effects/generated/
DGrRRectBlurEffect.h73 sk_sp<GrTextureProxy> srcProxy(rtc->asTextureProxyRef()); in find_or_create_rrect_blur_mask()
93 mask = rtc2->asTextureProxyRef(); in find_or_create_rrect_blur_mask()
DGrConfigConversionEffect.h105 paint2.addColorTextureProcessor(readRTC->asTextureProxyRef(), SkMatrix::I()); in TestForPreservingPMConversions()
112 paint3.addColorTextureProcessor(tempRTC->asTextureProxyRef(), SkMatrix::I()); in TestForPreservingPMConversions()
/third_party/flutter/skia/src/effects/imagefilters/
DSkXfermodeImageFilter.cpp254 backgroundProxy = background->asTextureProxyRef(context); in filterImageGPU()
258 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU()
325 renderTargetContext->asTextureProxyRef(), in filterImageGPU()
DSkAlphaThresholdFilter.cpp130 return rtContext->asTextureProxyRef(); in createMaskTexture()
154 sk_sp<GrTextureProxy> inputProxy(input->asTextureProxyRef(context)); in onFilterImage()
DSkArithmeticImageFilter.cpp339 backgroundProxy = background->asTextureProxyRef(context); in filterImageGPU()
344 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU()
430 renderTargetContext->asTextureProxyRef(), in filterImageGPU()
DSkDisplacementMapEffect.cpp338 sk_sp<GrTextureProxy> colorProxy(color->asTextureProxyRef(context)); in onFilterImage()
339 sk_sp<GrTextureProxy> displProxy(displ->asTextureProxyRef(context)); in onFilterImage()
391 renderTargetContext->asTextureProxyRef(), in onFilterImage()
/third_party/skia/src/gpu/
DSurfaceContext.h140 sk_sp<GrTextureProxy> asTextureProxyRef() { return fReadView.asTextureProxyRef(); } in asTextureProxyRef() function
/third_party/flutter/skia/src/core/
DSkGpuBlurUtils.cpp372 src = dstRenderTargetContext->asTextureProxyRef(); in decimate()
401 return dstRenderTargetContext->asTextureProxyRef(); in decimate()
427 sk_sp<GrTextureProxy> srcProxy = srcRenderTargetContext->asTextureProxyRef(); in reexpand()
560 srcProxy = dstRenderTargetContext->asTextureProxyRef(); in GaussianBlur()
578 srcProxy = dstRenderTargetContext->asTextureProxyRef(); in GaussianBlur()
DSkSpecialImage.h144 sk_sp<GrTextureProxy> asTextureProxyRef(GrRecordingContext*) const;
DSkPictureImageGenerator.cpp122 sk_sp<GrTextureProxy> proxy = as_IB(image)->asTextureProxyRef(ctx); in onGenerateTexture()
/third_party/flutter/skia/src/gpu/
DGrTextureContext.h36 sk_sp<GrTextureProxy> asTextureProxyRef() override { return fTextureProxy; } in asTextureProxyRef() function
DGrSurfaceContext.h81 virtual sk_sp<GrTextureProxy> asTextureProxyRef() = 0;
/third_party/flutter/skia/tests/
DImageTest.cpp970 sk_sp<GrTextureProxy> proxy = as_IB(refImg)->asTextureProxyRef( in test_cross_context_image()
976 sk_sp<GrTextureProxy> otherProxy = as_IB(refImg)->asTextureProxyRef( in test_cross_context_image()
982 sk_sp<GrTextureProxy> proxySecondRef = as_IB(refImg)->asTextureProxyRef( in test_cross_context_image()
992 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image()
1002 otherProxy = as_IB(refImg)->asTextureProxyRef(otherCtx, GrSamplerState::ClampNearest(), in test_cross_context_image()
1044 sk_sp<GrTextureProxy> proxy = as_IB(image)->asTextureProxyRef( in DEF_GPUTEST()
1435 as_IB(i2.get())->asTextureProxyRef(c); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
1457 as_IB(i2.get())->asTextureProxyRef(c); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/third_party/flutter/skia/src/gpu/effects/
DGrConfigConversionEffect.fp103 paint2.addColorTextureProcessor(readRTC->asTextureProxyRef(), SkMatrix::I());
110 paint3.addColorTextureProcessor(tempRTC->asTextureProxyRef(), SkMatrix::I());
DGrRRectBlurEffect.fp72 sk_sp<GrTextureProxy> srcProxy(rtc->asTextureProxyRef());
92 mask = rtc2->asTextureProxyRef();
/third_party/flutter/skia/gm/
Dimage_pict.cpp180 fProxy = as_IB(image)->asTextureProxyRef(fCtx.get()); in TextureGenerator()
271 sk_sp<GrTextureProxy> proxy(as_IB(image)->asTextureProxyRef( in draw_as_tex()

123