/third_party/skia/src/gpu/vk/ |
H A D | GrVkSecondaryCBDrawContext.cpp | 107 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 D | SkSurface_Gpu.cpp | 107 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 D | SkImage_Lazy.cpp | 372 return sfc->readSurfaceView(); in textureProxyViewFromPlanes()
|
H A D | SkImage_GpuYUVA.cpp | 180 return {sfc->readSurfaceView(), sfc->colorInfo().colorType()}; in onAsView()
|
/third_party/skia/src/gpu/ |
H A D | BaseDevice.cpp | 28 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 D | BaseDevice.h | 45 GrSurfaceProxyView readSurfaceView();
|
H A D | GrDirectContextPriv.cpp | 289 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 D | SurfaceContext.cpp | 161 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 D | SurfaceContext.h | 69 GrSurfaceProxyView readSurfaceView() { return fReadView; } in readSurfaceView() function in skgpu::SurfaceContext
|
H A D | GrBlurUtils.cpp | 456 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 D | clear_swizzle.cpp | 71 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 D | clockwise.cpp | 281 topLeftSDC->readSurfaceView(), 305 topLeftSDC->readSurfaceView(),
|
H A D | gpu_blur_utils.cpp | 44 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 D | ProxyUtils.cpp | 91 return sContext->readSurfaceView(); in MakeTextureProxyViewFromData()
|
/third_party/skia/src/core/ |
H A D | SkSpecialSurface.cpp | 128 , fReadView(device->readSurfaceView()) { in SkSpecialSurface_Gpu()
|
H A D | SkGpuBlurUtils.cpp | 310 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 D | SkBlurMF.cpp | 1112 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 D | SkImageFilter.cpp | 615 sfc->readSurfaceView(), in DrawWithFP()
|
/third_party/skia/tests/ |
H A D | WrappedSurfaceCopyOnWriteTest.cpp | 150 GrSurfaceProxyView readView = dst->readSurfaceView(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | GrMipMappedTest.cpp | 82 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 D | SkAlphaThresholdImageFilter.cpp | 131 return sdc->readSurfaceView(); in createMaskTexture()
|
H A D | SkMorphologyImageFilter.cpp | 481 srcView = dstFillContext->readSurfaceView(); in apply_morphology() 500 srcView = dstFillContext->readSurfaceView(); in apply_morphology()
|
H A D | SkArithmeticImageFilter.cpp | 421 sfc->readSurfaceView(), in filterImageGPU()
|
H A D | SkBlendImageFilter.cpp | 324 sfc->readSurfaceView(), in filterImageGPU()
|
/third_party/skia/src/gpu/v1/ |
H A D | Device.cpp | 710 GrSurfaceProxyView view = sdc->readSurfaceView(); in snapSpecial() 942 SkAssertResult(sdc->blitTexture(fSurfaceDrawContext->readSurfaceView(), in replaceBackingProxy()
|