Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp467 static const GLchar* int_lut[4] = { "int", "ivec2", "ivec3", "ivec4" }; in GetGLSLTypeName() local
487 result = int_lut[m_n_rows - 1]; in GetGLSLTypeName()
564 static const GLenum int_lut[4] = { GL_INT, GL_INT_VEC2, GL_INT_VEC3, GL_INT_VEC4 }; in GetTypeGLenum() local
585 result = int_lut[m_n_rows - 1]; in GetTypeGLenum()
Dgl4cShadingLanguage420PackTests.cpp651 static const GLchar* int_lut[4] = { "int", "ivec2", "ivec3", "ivec4" }; in getTypeName() local
671 result = int_lut[n_rows - 1]; in getTypeName()