Searched defs:GLEffect (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/skia/include/gpu/
H A DGrTBackendEffectFactory.h21 typedef typename EffectClass::GLEffect GLEffect; typedef in class:GrTBackendEffectFactory
36 EffectKey effectKey = GLEffect::GenKey(drawEffect, caps);
37 EffectKey textureKey = GLEffect::GenTextureKey(drawEffect, caps);
38 EffectKey attribKey = GLEffect::GenAttribKey(drawEffect);
56 virtual GLEffect* createGLInstance(const GrDrawEffect& drawEffect) const SK_OVERRIDE {
57 return SkNEW_ARGS(GLEffect, (*this, drawEffect));
/external/skia/include/gpu/
H A DGrTBackendEffectFactory.h21 typedef typename EffectClass::GLEffect GLEffect; typedef in class:GrTBackendEffectFactory
36 EffectKey effectKey = GLEffect::GenKey(drawEffect, caps);
37 EffectKey textureKey = GLEffect::GenTextureKey(drawEffect, caps);
38 EffectKey attribKey = GLEffect::GenAttribKey(drawEffect);
56 virtual GLEffect* createGLInstance(const GrDrawEffect& drawEffect) const SK_OVERRIDE {
57 return SkNEW_ARGS(GLEffect, (*this, drawEffect));
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrConfigConversionEffect.h44 typedef GrGLConfigConversionEffect GLEffect; typedef in class:GrConfigConversionEffect
H A DGrSimpleTextureEffect.h70 typedef GrGLSimpleTextureEffect GLEffect; typedef in class:GrSimpleTextureEffect
H A DGrConvolutionEffect.h65 typedef GrGLConvolutionEffect GLEffect; typedef in class:GrConvolutionEffect
H A DGrTextureDomainEffect.h48 typedef GrGLTextureDomainEffect GLEffect; typedef in class:GrTextureDomainEffect
/external/skia/src/gpu/effects/
H A DGrConfigConversionEffect.h44 typedef GrGLConfigConversionEffect GLEffect; typedef in class:GrConfigConversionEffect
H A DGrSimpleTextureEffect.h70 typedef GrGLSimpleTextureEffect GLEffect; typedef in class:GrSimpleTextureEffect
H A DGrConvolutionEffect.h65 typedef GrGLConvolutionEffect GLEffect; typedef in class:GrConvolutionEffect
H A DGrTextureDomainEffect.h48 typedef GrGLTextureDomainEffect GLEffect; typedef in class:GrTextureDomainEffect
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrixFilter.cpp387 class GLEffect : public GrGLEffect { class in class:ColorMatrixEffect
392 GLEffect(const GrBackendEffectFactory& factory, function in class:ColorMatrixEffect::GLEffect
H A DSkTableColorFilter.cpp250 typedef GLColorTableEffect GLEffect; typedef in class:ColorTableEffect
H A DSkArithmeticMode.cpp276 typedef GrGLArithmeticEffect GLEffect; typedef in class:GrArithmeticEffect
H A DSkDisplacementMapEffect.cpp254 typedef GrGLDisplacementMapEffect GLEffect; typedef in class:GrDisplacementMapEffect
H A DSkMagnifierImageFilter.cpp58 typedef GrGLMagnifierEffect GLEffect; typedef in class:GrMagnifierEffect
H A DSkMorphologyImageFilter.cpp265 typedef GrGLMorphologyEffect GLEffect; typedef in class:GrMorphologyEffect
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp387 class GLEffect : public GrGLEffect { class in class:ColorMatrixEffect
392 GLEffect(const GrBackendEffectFactory& factory, function in class:ColorMatrixEffect::GLEffect
H A DSkTableColorFilter.cpp250 typedef GLColorTableEffect GLEffect; typedef in class:ColorTableEffect
H A DSkArithmeticMode.cpp276 typedef GrGLArithmeticEffect GLEffect; typedef in class:GrArithmeticEffect
H A DSkDisplacementMapEffect.cpp254 typedef GrGLDisplacementMapEffect GLEffect; typedef in class:GrDisplacementMapEffect
H A DSkMagnifierImageFilter.cpp58 typedef GrGLMagnifierEffect GLEffect; typedef in class:GrMagnifierEffect
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkLinearGradient.cpp483 typedef GrGLLinearGradient GLEffect; typedef in class:__anon13592::GrLinearGradient
H A DSkRadialGradient.cpp515 typedef GrGLRadialGradient GLEffect; typedef in class:GrRadialGradient
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAARectRenderer.cpp42 class GLEffect : public GrGLEffect { class in class:GrAlignedRectEffect
44 GLEffect(const GrBackendEffectFactory& factory, const GrDrawEffect&) function in class:GrAlignedRectEffect::GLEffect
159 class GLEffect : public GrGLEffect { class in class:GrRectEffect
161 GLEffect(const GrBackendEffectFactory& factory, const GrDrawEffect&) function in class:GrRectEffect::GLEffect
H A DGrOvalRenderer.cpp83 class GLEffect : public GrGLEffect { class in class:CircleEdgeEffect
85 GLEffect(const GrBackendEffectFactory& factory, const GrDrawEffect&) function in class:CircleEdgeEffect::GLEffect
194 class GLEffect : public GrGLEffect { class in class:EllipseEdgeEffect
196 GLEffect(const GrBackendEffectFactory& factory, const GrDrawEffect&) function in class:EllipseEdgeEffect::GLEffect

Completed in 404 milliseconds

12