Home
last modified time | relevance | path

Searched defs:srcView (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/src/core/
DSkGpuBlurUtils.cpp69 GrSurfaceProxyView srcView, in convolve_gaussian_1d()
100 GrSurfaceProxyView srcView, in convolve_gaussian_2d()
152 GrSurfaceProxyView srcView, in convolve_gaussian()
310 GrSurfaceProxyView srcView = src->readSurfaceView(); in reexpand() local
344 GrSurfaceProxyView srcView, in two_pass_gaussian()
455 GrSurfaceProxyView srcView, in GaussianBlur()
DSkSDFFilter.cpp125GrSurfaceProxyView srcView, GrColorType srcColorType, const SkIRect& srcBounds, const SkIRect& dst… in sdf_2d()
153 GrSurfaceProxyView srcView, GrColorType srcColorType, SkAlphaType srcAlphaType, in SDFBlur()
DSkBlurMF.cpp1115 GrSurfaceProxyView srcView = sdc->readSurfaceView(); in fillin_view_on_gpu() local
1630 GrSurfaceProxyView srcView, in filterMaskGPU()
1691GrSurfaceProxyView srcView, GrColorType srcColorType, SkAlphaType srcAlphaType, const SkMatrix& vi… in filterMaskGPUNoxFormed()
/third_party/skia/tests/
DImageFilterCacheTest.cpp216 GrSurfaceProxyView srcView = create_proxy_view(dContext); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
257 GrSurfaceProxyView srcView = create_proxy_view(dContext); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DCopySurfaceTest.cpp82 auto srcView = sk_gpu_test::MakeTextureProxyViewFromData( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DRectangleTextureTest.cpp107 auto srcView = sk_gpu_test::MakeTextureProxyViewFromData(dContext, in test_copy_to_surface() local
/third_party/skia/src/image/
DSkSurface_Gpu.cpp124 GrSurfaceProxyView srcView = fDevice->readSurfaceView(); in onNewImageSnapshot() local
295 GrSurfaceProxyView srcView = fDevice->readSurfaceView(); in onDraw() local
/third_party/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.cpp334 GrSurfaceProxyView srcView, in Make()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilCopyTests.cpp171 wgpu::ImageCopyTexture srcView = in CreateInitializeDepthStencilTextureAndCopyT2T() local
/third_party/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp447 GrSurfaceProxyView srcView = input->view(rContext); in apply_morphology() local
DSkLightingImageFilter.cpp459 GrSurfaceProxyView srcView, in drawRect()
/third_party/skia/src/gpu/
DSurfaceContext.cpp824 GrSurfaceProxyView srcView = this->readSurfaceView(); in asyncRescaleAndReadPixelsYUV420() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp2216 const vk::ImageView *srcView, in colorBlitResolve()
2716 const vk::ImageView *srcView, in copyImage()
DTextureVk.cpp1101 const vk::ImageView *srcView, in copySubImageImplWithDraw()
1843 const vk::ImageView *srcView = nullptr; in generateMipmapsWithCompute() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp755 wgpu::TextureView srcView = src->texture().CreateView(&srcViewDesc); in onRegenerateMipMapLevels() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DResourceUsageTrackingTests.cpp1313 wgpu::ImageCopyTexture srcView = utils::CreateImageCopyTexture(texture0, 0, {0, 0, 0}); in TEST_F() local