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

/external/skia/src/effects/
H A DSkLightingImageFilter.cpp426 * the light. The expression will be used in the FS. emitLightColor writes an expression into
428 * the FS. The default of emitLightColor appends the name of the constant light color uniform
432 virtual void emitLightColor(GrGLShaderBuilder*, const char *surfaceToLight);
441 * Gets the constant light color uniform. Subclasses can use this in their emitLightColor
488 virtual void emitLightColor(GrGLShaderBuilder*, const char *surfaceToLight) SK_OVERRIDE;
1352 fLight->emitLightColor(builder, "surfaceToLight");
1504 void GrGLLight::emitLightColor(GrGLShaderBuilder* builder, function in class:GrGLLight
1571 void GrGLSpotLight::emitLightColor(GrGLShaderBuilder* builder, function in class:GrGLSpotLight
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp458 * the light. The expression will be used in the FS. emitLightColor writes an expression into
460 * the FS. The default of emitLightColor appends the name of the constant light color uniform
464 virtual void emitLightColor(GrGLProgramBuilder*, const char *surfaceToLight);
473 * Gets the constant light color uniform. Subclasses can use this in their emitLightColor
520 virtual void emitLightColor(GrGLProgramBuilder*, const char *surfaceToLight) SK_OVERRIDE;
1454 fLight->emitLightColor(builder, "surfaceToLight");
1606 void GrGLLight::emitLightColor(GrGLProgramBuilder* builder, function in class:GrGLLight
1677 void GrGLSpotLight::emitLightColor(GrGLProgramBuilder* builder, function in class:GrGLSpotLight

Completed in 135 milliseconds