Searched refs:s_typeMap (Results 1 – 1 of 1) sorted by relevance
539 static const deUint32 s_typeMap[] = in getGLShaderType() local548 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() local580 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()