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 ()()
52 int VariableSortOrder(GLenum type);
793 int VariableSortOrder(GLenum type) in VariableSortOrder() function
76 return gl::VariableSortOrder(x.type) < gl::VariableSortOrder(y.type); in CompareShaderVar()