Home
last modified time | relevance | path

Searched refs:VariableSortOrder (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DVariablePacker.cpp118 int lhsSortOrder = gl::VariableSortOrder(lhs.type); in operator ()()
119 int rhsSortOrder = gl::VariableSortOrder(rhs.type); in operator ()()
/external/angle/src/common/
Dutilities.h52 int VariableSortOrder(GLenum type);
Dutilities.cpp793 int VariableSortOrder(GLenum type) in VariableSortOrder() function
/external/angle/src/libANGLE/
DShader.cpp76 return gl::VariableSortOrder(x.type) < gl::VariableSortOrder(y.type); in CompareShaderVar()