OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getActiveAttributes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ShaderImpl.h
33
const std::vector<sh::Attribute> &
getActiveAttributes
() const { return mActiveAttributes; }
39
std::vector<sh::Attribute> &
getActiveAttributes
() { return mActiveAttributes; }
/external/chromium_org/third_party/angle/src/libGLESv2/
Shader.cpp
170
const std::vector<sh::Attribute> &Shader::
getActiveAttributes
() const
172
return mShader->
getActiveAttributes
();
195
std::vector<sh::Attribute> &Shader::
getActiveAttributes
()
197
return mShader->
getActiveAttributes
();
Completed in 766 milliseconds