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

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomain.cpp 201 const GrTextureDomainEffect& textureDomainEffect = fp.cast<GrTextureDomainEffect>();
211 const GrTextureDomainEffect& textureDomainEffect = processor.cast<GrTextureDomainEffect>();
218 const GrTextureDomain& domain = processor.cast<GrTextureDomainEffect>().textureDomain();
225 GrFragmentProcessor* GrTextureDomainEffect::Create(GrTexture* texture,
237 return SkNEW_ARGS(GrTextureDomainEffect, (texture,
246 GrTextureDomainEffect::GrTextureDomainEffect(GrTexture* texture,
258 GrTextureDomainEffect::~GrTextureDomainEffect()
    [all...]
GrTextureDomain.h 145 class GrTextureDomainEffect : public GrSingleTextureEffect {
155 virtual ~GrTextureDomainEffect();
170 GrTextureDomainEffect(GrTexture*,
  /external/skia/src/gpu/effects/
GrTextureDomain.cpp 176 const GrTextureDomainEffect& effect = drawEffect.castEffect<GrTextureDomainEffect>();
185 const GrTextureDomainEffect& effect = drawEffect.castEffect<GrTextureDomainEffect>();
192 const GrTextureDomain& domain = drawEffect.castEffect<GrTextureDomainEffect>().textureDomain();
199 GrEffectRef* GrTextureDomainEffect::Create(GrTexture* texture,
211 AutoEffectUnref effect(SkNEW_ARGS(GrTextureDomainEffect, (texture,
222 GrTextureDomainEffect::GrTextureDomainEffect(GrTexture* texture,
232 GrTextureDomainEffect::~GrTextureDomainEffect()
    [all...]
GrTextureDomain.h 136 class GrTextureDomainEffect : public GrSingleTextureEffect {
146 virtual ~GrTextureDomainEffect();
161 GrTextureDomainEffect(GrTexture*,
  /external/skia/gm/
texturedomaineffect.cpp 24 * This GM directly exercises GrTextureDomainEffect.
126 GrTextureDomainEffect::Create(texture, textureMatrices[tm],
  /external/chromium_org/third_party/skia/gm/
texturedomaineffect.cpp 24 * This GM directly exercises GrTextureDomainEffect.
126 GrTextureDomainEffect::Create(texture, textureMatrices[tm],
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 200 SkAutoTUnref<GrFragmentProcessor> fp(GrTextureDomainEffect::Create(
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 177 SkAutoTUnref<GrEffectRef> effect(GrTextureDomainEffect::Create(
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 55 GrTextureDomainEffect::Create(result,
480 GrTextureDomainEffect::Create(srcMask,
    [all...]
SkGpuDevice.cpp     [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 55 GrTextureDomainEffect::Create(result,
479 GrTextureDomainEffect::Create(srcMask,
    [all...]
SkGpuDevice.cpp     [all...]

Completed in 690 milliseconds