Home | History | Annotate | Download | only in gpu

Lines Matching refs:effect

1175             // Minification can look bad with the bicubic effect.
1342 SkAutoTUnref<GrEffectRef> effect;
1362 effect.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), textureDomain));
1364 effect.reset(GrTextureDomainEffect::Create(texture,
1373 effect.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), tileModes));
1375 effect.reset(GrSimpleTextureEffect::Create(texture, SkMatrix::I(), params));
1378 // Construct a GrPaint by setting the bitmap texture as the first effect and then configuring
1381 grPaint.addColorEffect(effect);