OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribLocationBindings
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/opengl/
gluShaderProgram.hpp
285
std::vector<AttribLocationBinding>
attribLocationBindings
;
293
ProgramSources& operator<< (const AttribLocationBinding& binding) {
attribLocationBindings
.push_back(binding); return *this; }
gluShaderProgram.cpp
313
for (std::vector<AttribLocationBinding>::const_iterator binding = sources.
attribLocationBindings
.begin(); binding != sources.
attribLocationBindings
.end(); ++binding)
Completed in 40 milliseconds