Home
last modified time | relevance | path

Searched refs:convolve_gaussian (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkGpuBlurUtils.cpp153 static sk_sp<GrRenderTargetContext> convolve_gaussian(GrContext* context, in convolve_gaussian() function
518 dstRenderTargetContext = convolve_gaussian(context, std::move(srcProxy), srcRect, srcOffset, in GaussianBlur()
543 dstRenderTargetContext = convolve_gaussian(context, std::move(srcProxy), srcRect, srcOffset, in GaussianBlur()
/external/skia/src/core/
DSkGpuBlurUtils.cpp144 static std::unique_ptr<GrSurfaceDrawContext> convolve_gaussian(GrRecordingContext* context, in convolve_gaussian() function
422 dstRenderTargetContext = convolve_gaussian( in two_pass_gaussian()
438 return convolve_gaussian(context, std::move(srcView), srcColorType, srcAlphaType, srcBounds, in two_pass_gaussian()