HomeSort by relevance Sort by last modified time
    Searched defs:GrSimpleTextureEffect (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.h 20 class GrSimpleTextureEffect : public GrSingleTextureEffect {
24 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix)));
30 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, bilerp)));
35 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, p)));
39 virtual ~GrSimpleTextureEffect() {}
50 GrSimpleTextureEffect(GrTexture* texture, const SkMatrix& matrix)
52 GrSimpleTextureEffect(GrTexture* texture, const SkMatrix& matrix, bool bilerp)
54 GrSimpleTextureEffect(GrTexture* texture, const SkMatrix& matrix, const GrTextureParams& params)
58 const GrSimpleTextureEffect& ste = CastEffect<GrSimpleTextureEffect>(other)
    [all...]
GrSimpleTextureEffect.cpp 8 #include "GrSimpleTextureEffect.h"
40 const GrSimpleTextureEffect& ste = GetEffectFromStage<GrSimpleTextureEffect>(stage);
47 const GrSimpleTextureEffect& ste = GetEffectFromStage<GrSimpleTextureEffect>(stage);
58 void GrSimpleTextureEffect::getConstantColorComponents(GrColor* color, uint32_t* validFlags) const {
62 const GrBackendEffectFactory& GrSimpleTextureEffect::getFactory() const {
63 return GrTBackendEffectFactory<GrSimpleTextureEffect>::getInstance();
68 GR_DEFINE_EFFECT_TEST(GrSimpleTextureEffect);
70 GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random
    [all...]

Completed in 1300 milliseconds