Home
last modified time | relevance | path

Searched refs:readSurfaceView (Results 1 - 25 of 33) sorted by relevance

12

/third_party/skia/src/gpu/vk/
H A DGrVkSecondaryCBDrawContext.cpp107 GrSurfaceProxyView readSurfaceView = fDevice->readSurfaceView(); in characterize() local
111 SkASSERT(!readSurfaceView.asTextureProxy()); in characterize()
113 GrBackendFormat format = readSurfaceView.asRenderTargetProxy()->backendFormat(); in characterize()
114 int numSamples = readSurfaceView.asRenderTargetProxy()->numSamples(); in characterize()
115 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in characterize()
121 readSurfaceView.origin(), in characterize()
164 GrSurfaceProxyView readSurfaceView = fDevice->readSurfaceView(); in isCompatible() local
170 GrBackendFormat format = readSurfaceView in isCompatible()
202 GrSurfaceProxyView readSurfaceView = fDevice->readSurfaceView(); global() local
[all...]
/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp107 GrSurfaceProxyView targetView = fDevice->readSurfaceView(); in onNewSurface()
124 GrSurfaceProxyView srcView = fDevice->readSurfaceView(); in onNewImageSnapshot()
198 GrSurfaceProxyView readSurfaceView = fDevice->readSurfaceView(); in onCopyOnWrite() local
205 if (static_cast<SkImage_Gpu*>(image.get())->surfaceMustCopyOnWrite(readSurfaceView.proxy())) { in onCopyOnWrite()
246 GrSurfaceProxyView readSurfaceView = fDevice->readSurfaceView(); in onCharacterize() local
249 bool mipmapped = readSurfaceView.asTextureProxy() in onCharacterize()
250 ? GrMipmapped::kYes == readSurfaceView.asTextureProxy()->mipmapped() in onCharacterize()
253 bool usesGLFBO0 = readSurfaceView in onCharacterize()
[all...]
H A DSkImage_Lazy.cpp372 return sfc->readSurfaceView(); in textureProxyViewFromPlanes()
H A DSkImage_GpuYUVA.cpp180 return {sfc->readSurfaceView(), sfc->colorInfo().colorType()}; in onAsView()
/third_party/skia/src/gpu/
H A DBaseDevice.cpp28 GrSurfaceProxyView BaseDevice::readSurfaceView() { in readSurfaceView() function in skgpu::BaseDevice
29 return this->surfaceFillContext()->readSurfaceView(); in readSurfaceView()
62 return this->readSurfaceView().asRenderTargetProxy(); in targetProxy()
70 GrSurfaceProxyView oldView = this->readSurfaceView(); in replaceBackingProxy()
H A DBaseDevice.h45 GrSurfaceProxyView readSurfaceView();
H A DGrDirectContextPriv.cpp289 GrTextureEffect::Make(readSFC->readSurfaceView(), readSFC->colorInfo().alphaType())); in test_for_preserving_PM_conversions()
293 GrTextureEffect::Make(tempSFC->readSurfaceView(), tempSFC->colorInfo().alphaType())); in test_for_preserving_PM_conversions()
H A DSurfaceContext.cpp161 this->readSurfaceView(), this->colorInfo().alphaType())); in readPixels()
169 fp = GrTextureEffect::Make(this->readSurfaceView(), this->colorInfo().alphaType()); in readPixels()
824 GrSurfaceProxyView srcView = this->readSurfaceView(); in asyncRescaleAndReadPixelsYUV420()
843 srcView = tempFC->readSurfaceView(); in asyncRescaleAndReadPixelsYUV420()
1103 GrSurfaceProxyView texView = this->readSurfaceView(); in rescaleInto()
1155 texView = linearRTC->readSurfaceView(); in rescaleInto()
1227 texView = stepDst->readSurfaceView(); in rescaleInto()
H A DSurfaceContext.h69 GrSurfaceProxyView readSurfaceView() { return fReadView; } in readSurfaceView() function in skgpu::SurfaceContext
H A DGrBlurUtils.cpp456 filteredMaskView = filter->filterMaskGPUNoxFormed(dContext, maskSDC->readSurfaceView(), in hw_create_filtered_mask()
466 filteredMaskView = filter->filterMaskGPU(dContext, maskSDC->readSurfaceView(), in hw_create_filtered_mask()
/third_party/skia/gm/
H A Dclear_swizzle.cpp71 sfc->blitTexture(offscreen->readSurfaceView(), in DEF_SIMPLE_GPU_GM_CAN_FAIL()
79 sfc->blitTexture(offscreen->readSurfaceView(), in DEF_SIMPLE_GPU_GM_CAN_FAIL()
H A Dclockwise.cpp281 topLeftSDC->readSurfaceView(),
305 topLeftSDC->readSurfaceView(),
H A Dgpu_blur_utils.cpp44 return resultSDC->readSurfaceView(); in blur()
74 return sfc->readSurfaceView(); in slow_blur()
116 src = sdc->readSurfaceView(); in slow_blur()
/third_party/skia/tools/gpu/
H A DProxyUtils.cpp91 return sContext->readSurfaceView(); in MakeTextureProxyViewFromData()
/third_party/skia/src/core/
H A DSkSpecialSurface.cpp128 , fReadView(device->readSurfaceView()) { in SkSpecialSurface_Gpu()
H A DSkGpuBlurUtils.cpp310 GrSurfaceProxyView srcView = src->readSurfaceView(); in reexpand()
436 srcView = dstSDC->readSurfaceView(); in two_pass_gaussian()
641 srcCtx->readSurfaceView(), in GaussianBlur()
690 srcView = rescaledSDC->readSurfaceView(); in GaussianBlur()
H A DSkBlurMF.cpp1112 GrSurfaceProxyView srcView = sdc->readSurfaceView(); in fillin_view_on_gpu()
1125 if (!rtc2 || !rtc2->readSurfaceView()) { in fillin_view_on_gpu()
1129 auto view = rtc2->readSurfaceView(); in fillin_view_on_gpu()
1678 return surfaceDrawContext->readSurfaceView(); in filterMaskGPU()
1706 return surfaceDrawContext->readSurfaceView(); in filterMaskGPUNoxFormed()
H A DSkImageFilter.cpp615 sfc->readSurfaceView(), in DrawWithFP()
/third_party/skia/tests/
H A DWrappedSurfaceCopyOnWriteTest.cpp150 GrSurfaceProxyView readView = dst->readSurfaceView(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DGrMipMappedTest.cpp82 proxy = device->readSurfaceView().asTextureProxyRef(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
316 GrTextureProxy* texProxy = device->readSurfaceView().asTextureProxy(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/effects/imagefilters/
H A DSkAlphaThresholdImageFilter.cpp131 return sdc->readSurfaceView(); in createMaskTexture()
H A DSkMorphologyImageFilter.cpp481 srcView = dstFillContext->readSurfaceView(); in apply_morphology()
500 srcView = dstFillContext->readSurfaceView(); in apply_morphology()
H A DSkArithmeticImageFilter.cpp421 sfc->readSurfaceView(), in filterImageGPU()
H A DSkBlendImageFilter.cpp324 sfc->readSurfaceView(), in filterImageGPU()
/third_party/skia/src/gpu/v1/
H A DDevice.cpp710 GrSurfaceProxyView view = sdc->readSurfaceView(); in snapSpecial()
942 SkAssertResult(sdc->blitTexture(fSurfaceDrawContext->readSurfaceView(), in replaceBackingProxy()

Completed in 23 milliseconds

12