Searched refs:VariableSortOrder (Results 1 – 4 of 4) sorted by relevance
118 int lhsSortOrder = gl::VariableSortOrder(lhs.type); in operator ()()119 int rhsSortOrder = gl::VariableSortOrder(rhs.type); in operator ()()
53 int VariableSortOrder(GLenum type);
63 return gl::VariableSortOrder(x.type) < gl::VariableSortOrder(y.type); in CompareShaderVar()
802 int VariableSortOrder(GLenum type) in VariableSortOrder() function