Home | History | Annotate | Download | only in effects

Lines Matching refs:tex

40     static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16],
45 return Create(tex, coefficients, MakeDivByTextureWHMatrix(tex), kTileModes);
47 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, coefficients,
48 MakeDivByTextureWHMatrix(tex),
57 static GrEffectRef* Create(GrTexture* tex, const SkMatrix& matrix,
59 return Create(tex, gMitchellCoefficients, matrix, tileModes);
66 static GrEffectRef* Create(GrTexture* tex, const SkScalar coefficients[16],
68 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, coefficients, matrix, tileModes)));
75 static GrEffectRef* Create(GrTexture* tex, const SkMatrix& matrix, const SkRect& domain) {
76 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, gMitchellCoefficients, matrix,