OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getUniformVariable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h
142
const GrGLShaderVar&
getUniformVariable
(GrGLUniformManager::UniformHandle u) const {
147
* Shortcut for
getUniformVariable
(u).c_str()
150
return this->
getUniformVariable
(u).c_str();
/external/skia/src/gpu/gl/
GrGLShaderBuilder.h
142
const GrGLShaderVar&
getUniformVariable
(GrGLUniformManager::UniformHandle u) const {
147
* Shortcut for
getUniformVariable
(u).c_str()
150
return this->
getUniformVariable
(u).c_str();
Completed in 973 milliseconds