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/
GrGLShaderBuilder.cpp
39
inline const char*
color_attribute_name
() { return "aColor"; }
function in namespace:__anon14231
766
this->addAttribute(kVec4f_GrSLType,
color_attribute_name
());
769
this->vsCodeAppendf("\t%s = %s;\n", vsName,
color_attribute_name
());
[
all
...]
/external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp
39
inline const char*
color_attribute_name
() { return "aColor"; }
function in namespace:__anon26103
766
this->addAttribute(kVec4f_GrSLType,
color_attribute_name
());
769
this->vsCodeAppendf("\t%s = %s;\n", vsName,
color_attribute_name
());
[
all
...]
Completed in 186 milliseconds