Searched refs:GrGLLightingEffect (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/effects/
H A DSkLightingImageFilter.cpp418 * This is called by GrGLLightingEffect::emitCode() before either of the two virtual functions
424 * These two functions are called from GrGLLightingEffect's emitCode() function.
434 // This is called from GrGLLightingEffect's setData(). Subclasses of GrGLLight must call
1122 class GrGLLightingEffect : public GrGLEffect { class in inherits:GrGLEffect
1124 GrGLLightingEffect(const GrBackendEffectFactory& factory,
1126 virtual ~GrGLLightingEffect();
1139 * Subclasses of GrGLLightingEffect must call INHERITED::setData();
1156 class GrGLDiffuseLightingEffect : public GrGLLightingEffect {
1164 typedef GrGLLightingEffect INHERITED;
1171 class GrGLSpecularLightingEffect : public GrGLLightingEffect {
1252 GrGLLightingEffect::GrGLLightingEffect(const GrBackendEffectFactory& factory, function in class:GrGLLightingEffect
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp450 * This is called by GrGLLightingEffect::emitCode() before either of the two virtual functions
456 * These two functions are called from GrGLLightingEffect's emitCode() function.
466 // This is called from GrGLLightingEffect's setData(). Subclasses of GrGLLight must call
1226 class GrGLLightingEffect : public GrGLFragmentProcessor { class in inherits:GrGLFragmentProcessor
1228 GrGLLightingEffect(const GrBackendProcessorFactory&, const GrProcessor&);
1229 virtual ~GrGLLightingEffect();
1242 * Subclasses of GrGLLightingEffect must call INHERITED::setData();
1259 class GrGLDiffuseLightingEffect : public GrGLLightingEffect {
1266 typedef GrGLLightingEffect INHERITED;
1273 class GrGLSpecularLightingEffect : public GrGLLightingEffect {
1353 GrGLLightingEffect::GrGLLightingEffect(const GrBackendProcessorFactory& factory, function in class:GrGLLightingEffect
[all...]

Completed in 1407 milliseconds