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

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrSimpleTextureEffect.h 23 class GrSimpleTextureEffect : public GrSingleTextureEffect {
29 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, GrTextureParams::kNone_FilterMode, coordSet)));
39 SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, filterMode, coordSet)));
47 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, p, coordSet)));
51 virtual ~GrSimpleTextureEffect() {}
62 GrSimpleTextureEffect(GrTexture* texture,
69 GrSimpleTextureEffect(GrTexture* texture,
77 const GrSimpleTextureEffect& ste = CastEffect<GrSimpleTextureEffect>(other);
GrSimpleTextureEffect.cpp 8 #include "GrSimpleTextureEffect.h"
42 void GrSimpleTextureEffect::getConstantColorComponents(GrColor* color, uint32_t* validFlags) const {
46 const GrBackendEffectFactory& GrSimpleTextureEffect::getFactory() const {
47 return GrTBackendEffectFactory<GrSimpleTextureEffect>::getInstance();
52 GR_DEFINE_EFFECT_TEST(GrSimpleTextureEffect);
54 GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random,
79 return GrSimpleTextureEffect::Create(textures[texIdx], matrix, coordSet);
GrConfigConversionEffect.cpp 11 #include "GrSimpleTextureEffect.h"
260 // If we returned a GrConfigConversionEffect that was equivalent to a GrSimpleTextureEffect
262 // conversions were requested we instead return a GrSimpleTextureEffect.
263 return GrSimpleTextureEffect::Create(texture, matrix);
GrTextureDomain.cpp 9 #include "GrSimpleTextureEffect.h"
208 return GrSimpleTextureEffect::Create(texture, matrix, filterMode);
  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.h 23 class GrSimpleTextureEffect : public GrSingleTextureEffect {
29 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, GrTextureParams::kNone_FilterMode, coordSet)));
39 SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, filterMode, coordSet)));
47 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, p, coordSet)));
51 virtual ~GrSimpleTextureEffect() {}
62 GrSimpleTextureEffect(GrTexture* texture,
69 GrSimpleTextureEffect(GrTexture* texture,
77 const GrSimpleTextureEffect& ste = CastEffect<GrSimpleTextureEffect>(other);
GrSimpleTextureEffect.cpp 8 #include "GrSimpleTextureEffect.h"
42 void GrSimpleTextureEffect::getConstantColorComponents(GrColor* color, uint32_t* validFlags) const {
46 const GrBackendEffectFactory& GrSimpleTextureEffect::getFactory() const {
47 return GrTBackendEffectFactory<GrSimpleTextureEffect>::getInstance();
52 GR_DEFINE_EFFECT_TEST(GrSimpleTextureEffect);
54 GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random,
79 return GrSimpleTextureEffect::Create(textures[texIdx], matrix, coordSet);
GrConfigConversionEffect.cpp 11 #include "GrSimpleTextureEffect.h"
260 // If we returned a GrConfigConversionEffect that was equivalent to a GrSimpleTextureEffect
262 // conversions were requested we instead return a GrSimpleTextureEffect.
263 return GrSimpleTextureEffect::Create(texture, matrix);
GrTextureDomain.cpp 9 #include "GrSimpleTextureEffect.h"
208 return GrSimpleTextureEffect::Create(texture, matrix, filterMode);
  /external/chromium_org/third_party/skia/src/gpu/
GrPaint.cpp 12 #include "effects/GrSimpleTextureEffect.h"
15 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix);
20 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix);
27 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);
34 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);
GrDrawState.h 22 #include "effects/GrSimpleTextureEffect.h"
357 * Creates a GrSimpleTextureEffect that uses local coords as texture coordinates.
360 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix);
365 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix);
372 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);
379 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);
    [all...]
GrSWMaskHelper.cpp 207 GrSimpleTextureEffect::Create(texture,
SkGpuDevice.cpp 12 #include "effects/GrSimpleTextureEffect.h"
749 grp->addCoverageEffect(GrSimpleTextureEffect::Create(mask, matrix))->unref();
    [all...]
  /external/skia/src/gpu/
GrPaint.cpp 12 #include "effects/GrSimpleTextureEffect.h"
15 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix);
20 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix);
27 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);
34 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);
GrDrawState.h 22 #include "effects/GrSimpleTextureEffect.h"
357 * Creates a GrSimpleTextureEffect that uses local coords as texture coordinates.
360 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix);
365 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix);
372 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);
379 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);
    [all...]
GrSWMaskHelper.cpp 207 GrSimpleTextureEffect::Create(texture,
SkGpuDevice.cpp 12 #include "effects/GrSimpleTextureEffect.h"
749 grp->addCoverageEffect(GrSimpleTextureEffect::Create(mask, matrix))->unref();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcShader.cpp 15 #include "effects/GrSimpleTextureEffect.h"
354 #include "effects/GrSimpleTextureEffect.h"
424 effect = GrSimpleTextureEffect::Create(texture, matrix, params);
  /external/skia/src/core/
SkBitmapProcShader.cpp 15 #include "effects/GrSimpleTextureEffect.h"
354 #include "effects/GrSimpleTextureEffect.h"
424 effect = GrSimpleTextureEffect::Create(texture, matrix, params);
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp 22 #include "effects/GrSimpleTextureEffect.h"
571 paint.addColorEffect(GrSimpleTextureEffect::Create(src, matrix))->unref();
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 22 #include "effects/GrSimpleTextureEffect.h"
571 paint.addColorEffect(GrSimpleTextureEffect::Create(src, matrix))->unref();
  /external/skia/
Android.mk 486 src/gpu/effects/GrSimpleTextureEffect.cpp \

Completed in 352 milliseconds