Searched refs:GrBicubicEffect (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrBicubicEffect.h18 class GrBicubicEffect : public GrSingleTextureEffect { class in inherits:GrSingleTextureEffect
24 virtual ~GrBicubicEffect();
47 return SkNEW_ARGS(GrBicubicEffect, (tex, coefficients,
68 return SkNEW_ARGS(GrBicubicEffect, (tex, coefficients, matrix, tileModes));
76 return SkNEW_ARGS(GrBicubicEffect, (tex, gMitchellCoefficients, matrix, domain));
90 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16],
92 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16],
H A DGrBicubicEffect.cpp9 #include "GrBicubicEffect.h"
14 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = {
39 const GrTextureDomain& domain = effect.cast<GrBicubicEffect>().domain();
64 const GrTextureDomain& domain = effect.cast<GrBicubicEffect>().domain();
120 const GrBicubicEffect& bicubicEffect = processor.cast<GrBicubicEffect>();
139 GrBicubicEffect::GrBicubicEffect(GrTexture* texture, function in class:GrBicubicEffect
148 GrBicubicEffect::GrBicubicEffect(GrTextur function in class:GrBicubicEffect
178 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrBicubicEffect); variable
[all...]
/external/skia/src/gpu/effects/
H A DGrBicubicEffect.h19 class GrBicubicEffect : public GrSingleTextureEffect { class in inherits:GrSingleTextureEffect
25 virtual ~GrBicubicEffect();
47 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, coefficients,
68 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, coefficients, matrix, tileModes)));
76 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, gMitchellCoefficients, matrix,
92 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16],
94 GrBicubicEffect(GrTexture*, const SkScalar coefficients[16],
H A DGrBicubicEffect.cpp1 #include "GrBicubicEffect.h"
5 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = {
29 const GrTextureDomain& domain = drawEffect.castEffect<GrBicubicEffect>().domain();
54 const GrTextureDomain& domain = drawEffect.castEffect<GrBicubicEffect>().domain();
109 const GrBicubicEffect& effect = drawEffect.castEffect<GrBicubicEffect>();
128 GrBicubicEffect::GrBicubicEffect(GrTexture* texture, function in class:GrBicubicEffect
137 GrBicubicEffect::GrBicubicEffect(GrTextur function in class:GrBicubicEffect
166 GR_DEFINE_EFFECT_TEST(GrBicubicEffect); variable
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcShader.cpp17 #include "effects/GrBicubicEffect.h"
449 useBicubic = GrBicubicEffect::ShouldUseBicubic(matrix, &textureFilterMode);
475 *fp = GrBicubicEffect::Create(texture, matrix, tm);
/external/skia/src/core/
H A DSkBitmapProcShader.cpp17 #include "effects/GrBicubicEffect.h"
436 useBicubic = GrBicubicEffect::ShouldUseBicubic(matrix, &textureFilterMode);
461 *grEffect = GrBicubicEffect::Create(texture, matrix, tm);
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp10 #include "effects/GrBicubicEffect.h"
1146 GrBicubicEffect::ShouldUseBicubic(fContext->getMatrix(), &textureFilterMode);
1159 tileFilterPad = GrBicubicEffect::kFilterTexelPad;
1252 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1;
1331 fp.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), textureDomain));
1342 fp.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), tileModes));
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp18 #include "effects/GrBicubicEffect.h"
195 paint.addColorEffect(GrBicubicEffect::Create(srcTexture, fCoefficients))->unref();
/external/skia/src/gpu/
H A DSkGpuDevice.cpp10 #include "effects/GrBicubicEffect.h"
1177 GrBicubicEffect::ShouldUseBicubic(fContext->getMatrix(), &textureFilterMode);
1190 tileFilterPad = GrBicubicEffect::kFilterTexelPad;
1283 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1;
1362 effect.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), textureDomain));
1373 effect.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), tileModes));
/external/skia/
H A DAndroid.mk455 src/gpu/effects/GrBicubicEffect.cpp \
/external/chromium_org/skia/
H A Dskia_library.target.darwin-arm.mk385 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.darwin-arm64.mk385 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.darwin-mips.mk385 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.darwin-mips64.mk385 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.darwin-x86.mk386 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.darwin-x86_64.mk386 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.linux-arm.mk385 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.linux-arm64.mk385 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.linux-mips.mk385 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.linux-mips64.mk385 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.linux-x86.mk386 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \
H A Dskia_library.target.linux-x86_64.mk386 third_party/skia/src/gpu/effects/GrBicubicEffect.cpp \

Completed in 1372 milliseconds