HomeSort by relevance Sort by last modified time
    Searched refs:GrTextureDomainEffect (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/effects/
GrTextureDomain.cpp 198 inline GrFragmentProcessor::OptimizationFlags GrTextureDomainEffect::OptFlags(
208 sk_sp<GrFragmentProcessor> GrTextureDomainEffect::Make(sk_sp<GrTextureProxy> proxy,
220 new GrTextureDomainEffect(std::move(proxy),
226 GrTextureDomainEffect::GrTextureDomainEffect(sk_sp<GrTextureProxy> proxy,
237 this->initClassID<GrTextureDomainEffect>();
240 void GrTextureDomainEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps,
246 GrGLSLFragmentProcessor* GrTextureDomainEffect::onCreateGLSLInstance() const {
250 const GrTextureDomainEffect& tde = args.fFp.cast<GrTextureDomainEffect>();
    [all...]
GrTextureDomain.h 151 class GrTextureDomainEffect : public GrSingleTextureEffect {
175 GrTextureDomainEffect(sk_sp<GrTextureProxy>,
  /external/skia/src/gpu/
GrTextureProducer.cpp 60 GrTextureDomainEffect::Make(std::move(inputProxy), nullptr, SkMatrix::I(),
230 return GrTextureDomainEffect::Make(std::move(proxy),
SkGpuDevice.cpp     [all...]
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 253 bgFP = GrTextureDomainEffect::Make(
269 sk_sp<GrFragmentProcessor> foregroundFP(GrTextureDomainEffect::Make(
SkArithmeticImageFilter.cpp 356 bgFP = GrTextureDomainEffect::Make(
370 sk_sp<GrFragmentProcessor> foregroundFP(GrTextureDomainEffect::Make(
  /external/skia/gm/
texturedomaineffect.cpp 25 * This GM directly exercises GrTextureDomainEffect.
125 GrTextureDomainEffect::Make(
  /external/skia/src/core/
SkGpuBlurUtils.cpp 258 // GrTextureDomainEffect does not support kRepeat_Mode with GrSamplerParams::FilterMode.
281 sk_sp<GrFragmentProcessor> fp(GrTextureDomainEffect::Make(
405 sk_sp<GrFragmentProcessor> fp(GrTextureDomainEffect::Make(

Completed in 271 milliseconds