OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInputColor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h
172
return
fInputColor
;
233
void setInputColor(const GrGLSLExpr4& inputColor) {
fInputColor
= inputColor; }
351
GrGLSLExpr4
fInputColor
;
GrGLShaderBuilder.cpp
152
fInputColor
= GrGLSLExpr4(name);
154
fInputColor
= GrGLSLExpr4(1);
156
fInputColor
= GrGLSLExpr4(0);
[
all
...]
/external/skia/src/gpu/gl/
GrGLShaderBuilder.h
172
return
fInputColor
;
233
void setInputColor(const GrGLSLExpr4& inputColor) {
fInputColor
= inputColor; }
351
GrGLSLExpr4
fInputColor
;
GrGLShaderBuilder.cpp
152
fInputColor
= GrGLSLExpr4(name);
154
fInputColor
= GrGLSLExpr4(1);
156
fInputColor
= GrGLSLExpr4(0);
[
all
...]
Completed in 30 milliseconds