Searched defs:VariableLocation (Results 1 – 2 of 2) sorted by relevance
107 struct VariableLocation struct111 VariableLocation(); argument121 bool operator==(const VariableLocation &other) const argument127 unsigned int arrayIndex;130 unsigned int index;134 bool ignored;
916 VariableLocation::VariableLocation() : arrayIndex(0), index(kUnused), ignored(false) {} in VariableLocation() function in gl::VariableLocation918 VariableLocation::VariableLocation(unsigned int arrayIndex, unsigned int index) in VariableLocation() function in gl::VariableLocation