Searched refs:GrBicubicEffect (Results 1 - 5 of 5) sorted by relevance
/external/skia/src/gpu/effects/ |
H A D | GrBicubicEffect.cpp | 8 #include "GrBicubicEffect.h" 14 const SkScalar GrBicubicEffect::gMitchellCoefficients[16] = { 37 const GrTextureDomain& domain = effect.cast<GrBicubicEffect>().domain(); 60 const GrTextureDomain& domain = effect.cast<GrBicubicEffect>().domain(); 118 const GrBicubicEffect& bicubicEffect = processor.cast<GrBicubicEffect>(); 137 GrBicubicEffect::GrBicubicEffect(GrTexture* texture, function in class:GrBicubicEffect 143 this->initClassID<GrBicubicEffect>(); 147 GrBicubicEffect function in class:GrBicubicEffect 181 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrBicubicEffect); variable [all...] |
H A D | GrBicubicEffect.h | 18 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],
|
/external/skia/src/core/ |
H A D | SkBitmapProcShader.cpp | 17 #include "effects/GrBicubicEffect.h" 427 useBicubic = GrBicubicEffect::ShouldUseBicubic(matrix, &textureFilterMode); 453 *fp = GrBicubicEffect::Create(texture, matrix, tm);
|
/external/skia/src/gpu/ |
H A D | SkGpuDevice.cpp | 40 #include "effects/GrBicubicEffect.h" 1282 GrBicubicEffect::ShouldUseBicubic(viewM, &textureFilterMode); 1295 tileFilterPad = GrBicubicEffect::kFilterTexelPad; 1390 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1; 1471 fp.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), textureDomain)); 1482 fp.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), tileModes));
|
/external/skia/ |
H A D | Android.mk | 515 src/gpu/effects/GrBicubicEffect.cpp \
|
Completed in 342 milliseconds