Searched refs:convolve_gaussian_1d (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 93 static void convolve_gaussian_1d(GrRenderTargetContext* renderTargetContext, in convolve_gaussian_1d() function 188 convolve_gaussian_1d(dstRenderTargetContext.get(), std::move(srcView), rtcToSrcOffset, in convolve_gaussian() 263 convolve_gaussian_1d(dstRenderTargetContext.get(), std::move(srcView), rtcToSrcOffset, in convolve_gaussian() 267 convolve_gaussian_1d(dstRenderTargetContext.get(), srcView, rtcToSrcOffset, left, in convolve_gaussian() 269 convolve_gaussian_1d(dstRenderTargetContext.get(), srcView, rtcToSrcOffset, right, in convolve_gaussian() 271 convolve_gaussian_1d(dstRenderTargetContext.get(), std::move(srcView), rtcToSrcOffset, mid, in convolve_gaussian()
|
/external/skqp/src/core/ |
D | SkGpuBlurUtils.cpp | 73 static void convolve_gaussian_1d(GrRenderTargetContext* renderTargetContext, in convolve_gaussian_1d() function 192 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, dstRect, srcOffset, in convolve_gaussian() 246 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, dstRect, srcOffset, in convolve_gaussian() 250 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, leftRect, srcOffset, in convolve_gaussian() 252 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, rightRect, srcOffset, in convolve_gaussian() 254 convolve_gaussian_1d(dstRenderTargetContext.get(), clip, midRect, srcOffset, in convolve_gaussian()
|