OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitLightColor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp
425
* the light. The expression will be used in the FS.
emitLightColor
writes an expression into
427
* the FS. The default of
emitLightColor
appends the name of the constant light color uniform
431
virtual void
emitLightColor
(GrGLShaderBuilder*, const char *surfaceToLight);
440
* Gets the constant light color uniform. Subclasses can use this in their
emitLightColor
487
virtual void
emitLightColor
(GrGLShaderBuilder*, const char *surfaceToLight) SK_OVERRIDE;
[
all
...]
/external/skia/src/effects/
SkLightingImageFilter.cpp
425
* the light. The expression will be used in the FS.
emitLightColor
writes an expression into
427
* the FS. The default of
emitLightColor
appends the name of the constant light color uniform
431
virtual void
emitLightColor
(GrGLShaderBuilder*, const char *surfaceToLight);
440
* Gets the constant light color uniform. Subclasses can use this in their
emitLightColor
487
virtual void
emitLightColor
(GrGLShaderBuilder*, const char *surfaceToLight) SK_OVERRIDE;
[
all
...]
Completed in 48 milliseconds