HomeSort by relevance Sort by last modified time
    Searched refs:AttribLocationBinding (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/
gluShaderProgram.hpp 204 struct AttribLocationBinding
209 AttribLocationBinding (void) : location(0) {}
210 AttribLocationBinding (const std::string& name_, deUint32 location_) : name(name_), location(location_) {}
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 91 milliseconds