Searched refs:convolve_gaussian (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 155 static sk_sp<GrRenderTargetContext> convolve_gaussian(GrRecordingContext* context, in convolve_gaussian() function 520 dstRenderTargetContext = convolve_gaussian(context, std::move(srcProxy), srcRect, srcOffset, in GaussianBlur() 545 dstRenderTargetContext = convolve_gaussian(context, std::move(srcProxy), srcRect, srcOffset, in GaussianBlur()
|
/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()
|