Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dutil.cpp63 constexpr GLenum kUIntGLType[4] = {GL_UNSIGNED_INT, GL_UNSIGNED_INT_VEC2, GL_UNSIGNED_INT_VEC3, variable
273 return kUIntGLType[type.getNominalSize() - 1]; in GLVariableType()