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

  /external/skia/src/gpu/effects/
GrTextureDomainEffect.cpp 8 #include "GrTextureDomainEffect.h"
53 const GrTextureDomainEffect& effect = GetEffectFromStage<GrTextureDomainEffect>(stage);
60 if (GrTextureDomainEffect::kClamp_WrapMode == effect.wrapMode()) {
72 GrAssert(GrTextureDomainEffect::kDecal_WrapMode == effect.wrapMode());
83 const GrTextureDomainEffect& effect = GetEffectFromStage<GrTextureDomainEffect>(stage);
110 const GrTextureDomainEffect& effect = GetEffectFromStage<GrTextureDomainEffect>(stage);
122 GrEffectRef* GrTextureDomainEffect::Create(GrTexture* texture
    [all...]
GrTextureDomainEffect.h 23 class GrTextureDomainEffect : public GrSingleTextureEffect {
43 virtual ~GrTextureDomainEffect();
74 GrTextureDomainEffect(GrTexture*,
  /external/skia/src/gpu/
GrClipMaskManager.cpp 10 #include "effects/GrTextureDomainEffect.h"
51 GrTextureDomainEffect::Create(result,
53 GrTextureDomainEffect::MakeTexelDomain(result, domainTexels),
54 GrTextureDomainEffect::kDecal_WrapMode))->unref();
354 GrTextureDomainEffect::Create(srcMask,
356 GrTextureDomainEffect::MakeTexelDomain(srcMask, srcBound),
357 GrTextureDomainEffect::kDecal_WrapMode))->unref();
    [all...]
SkGpuDevice.cpp 10 #include "effects/GrTextureDomainEffect.h"
    [all...]
  /external/skia/
Android.mk 391 src/gpu/effects/GrTextureDomainEffect.cpp \

Completed in 635 milliseconds