Searched refs:convolve_gaussian_2d (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkGpuBlurUtils.cpp | 106 static sk_sp<GrRenderTargetContext> convolve_gaussian_2d(GrContext* context, in convolve_gaussian_2d() function 489 return convolve_gaussian_2d(context, std::move(srcProxy), srcBounds, srcOffset, in GaussianBlur()
|
/external/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 93 static std::unique_ptr<GrSurfaceDrawContext> convolve_gaussian_2d(GrRecordingContext* context, in convolve_gaussian_2d() function 543 return convolve_gaussian_2d(context, std::move(srcView), srcColorType, srcBounds, in GaussianBlur()
|