Searched refs:GrSimpleTextureEffect (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.h23 class GrSimpleTextureEffect : public GrSingleTextureEffect { class in inherits: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, function in class:GrSimpleTextureEffect
69 GrSimpleTextureEffect(GrTexture* texture, function in class:GrSimpleTextureEffect
77 const GrSimpleTextureEffect& ste = CastEffect<GrSimpleTextureEffect>(other);
H A DGrSimpleTextureEffect.cpp8 #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); variable
54 GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random,
79 return GrSimpleTextureEffect::Create(textures[texIdx], matrix, coordSet);
H A DGrConfigConversionEffect.cpp11 #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);
H A DGrTextureDomain.cpp9 #include "GrSimpleTextureEffect.h"
208 return GrSimpleTextureEffect::Create(texture, matrix, filterMode);
/external/skia/src/gpu/effects/
H A DGrSimpleTextureEffect.h23 class GrSimpleTextureEffect : public GrSingleTextureEffect { class in inherits: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, function in class:GrSimpleTextureEffect
69 GrSimpleTextureEffect(GrTexture* texture, function in class:GrSimpleTextureEffect
77 const GrSimpleTextureEffect& ste = CastEffect<GrSimpleTextureEffect>(other);
H A DGrSimpleTextureEffect.cpp8 #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); variable
54 GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random,
79 return GrSimpleTextureEffect::Create(textures[texIdx], matrix, coordSet);
H A DGrConfigConversionEffect.cpp11 #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);
H A DGrTextureDomain.cpp9 #include "GrSimpleTextureEffect.h"
208 return GrSimpleTextureEffect::Create(texture, matrix, filterMode);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPaint.cpp12 #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);
H A DGrDrawState.h22 #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);
H A DGrSWMaskHelper.cpp207 GrSimpleTextureEffect::Create(texture,
H A DSkGpuDevice.cpp12 #include "effects/GrSimpleTextureEffect.h"
749 grp->addCoverageEffect(GrSimpleTextureEffect::Create(mask, matrix))->unref();
1445 effect.reset(GrSimpleTextureEffect::Create(texture, SkMatrix::I(), params));
/external/skia/src/gpu/
H A DGrPaint.cpp12 #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);
H A DGrDrawState.h22 #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);
H A DGrSWMaskHelper.cpp207 GrSimpleTextureEffect::Create(texture,
H A DSkGpuDevice.cpp12 #include "effects/GrSimpleTextureEffect.h"
749 grp->addCoverageEffect(GrSimpleTextureEffect::Create(mask, matrix))->unref();
1445 effect.reset(GrSimpleTextureEffect::Create(texture, SkMatrix::I(), params));
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcShader.cpp15 #include "effects/GrSimpleTextureEffect.h"
354 #include "effects/GrSimpleTextureEffect.h"
424 effect = GrSimpleTextureEffect::Create(texture, matrix, params);
/external/skia/src/core/
H A DSkBitmapProcShader.cpp15 #include "effects/GrSimpleTextureEffect.h"
354 #include "effects/GrSimpleTextureEffect.h"
424 effect = GrSimpleTextureEffect::Create(texture, matrix, params);
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp22 #include "effects/GrSimpleTextureEffect.h"
571 paint.addColorEffect(GrSimpleTextureEffect::Create(src, matrix))->unref();
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp22 #include "effects/GrSimpleTextureEffect.h"
571 paint.addColorEffect(GrSimpleTextureEffect::Create(src, matrix))->unref();
/external/skia/
H A DAndroid.mk486 src/gpu/effects/GrSimpleTextureEffect.cpp \

Completed in 476 milliseconds