Home
last modified time | relevance | path

Searched refs:filterImageGPU (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/effects/imagefilters/
DSkBlendImageFilter.cpp72 sk_sp<SkSpecialImage> filterImageGPU(const Context& ctx,
186 return this->filterImageGPU(ctx, background, backgroundOffset, in onFilterImage()
277 sk_sp<SkSpecialImage> SkBlendImageFilter::filterImageGPU(const Context& ctx, in filterImageGPU() function in SkBlendImageFilter
DSkArithmeticImageFilter.cpp77 sk_sp<SkSpecialImage> filterImageGPU(const Context& ctx,
249 return this->filterImageGPU(ctx, background, backgroundOffset, foreground, in onFilterImage()
361 sk_sp<SkSpecialImage> SkArithmeticImageFilter::filterImageGPU( in filterImageGPU() function in SkArithmeticImageFilter
DSkLightingImageFilter.cpp462 sk_sp<SkSpecialImage> filterImageGPU(const Context& ctx,
508 sk_sp<SkSpecialImage> SkLightingImageFilterInternal::filterImageGPU( in filterImageGPU() function in SkLightingImageFilterInternal
1329 return this->filterImageGPU(ctx, input.get(), bounds, matrix); in onFilterImage()
1472 return this->filterImageGPU(ctx, input.get(), bounds, matrix); in onFilterImage()