Searched refs:convolve_gaussian (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 160 static std::unique_ptr<GrRenderTargetContext> convolve_gaussian(GrRecordingContext* context, in convolve_gaussian() function 421 dstRenderTargetContext = convolve_gaussian( in two_pass_gaussian() 435 return convolve_gaussian(context, std::move(srcView), srcColorType, srcAlphaType, srcBounds, in two_pass_gaussian()
|
/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()
|