Searched refs:convolve_gaussian (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkGpuBlurUtils.cpp | 153 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/ |
D | SkGpuBlurUtils.cpp | 144 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()
|