OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:color_attribute_name
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLVertexShaderBuilder.cpp
18
inline const char*
color_attribute_name
() { return "inColor"; }
function in namespace:__anon19934
77
color_attribute_name
()));
183
this->addAttribute(GrShaderVar(
color_attribute_name
(),
188
this->codeAppendf("%s = %s;", vsName,
color_attribute_name
());
/external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp
39
inline const char*
color_attribute_name
() { return "aColor"; }
function in namespace:__anon14403
[
all
...]
Completed in 61 milliseconds