Home
last modified time | relevance | path

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

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