Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderProgram.cpp539 static const deUint32 s_typeMap[] = in getGLShaderType() local
548 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_typeMap) == SHADERTYPE_LAST); in getGLShaderType()
549 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap))); in getGLShaderType()
550 return s_typeMap[shaderType]; in getGLShaderType()
571 static const qpShaderType s_typeMap[] = in getLogShaderType() local
580 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_typeMap) == SHADERTYPE_LAST); in getLogShaderType()
581 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap))); in getLogShaderType()
582 return s_typeMap[shaderType]; in getLogShaderType()