Searched refs:GLSL_VERSION_LAST (Results 1 – 5 of 5) sorted by relevance
53 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_names, version); in getGLSLVersionName()76 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_decl, version); in getGLSLVersionDeclaration()86 DE_STATIC_ASSERT(GLSL_VERSION_LAST == 14); in glslVersionIsES()87 DE_ASSERT(version != GLSL_VERSION_LAST); in glslVersionIsES()119 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_minApi, version); in getMinAPIForGLSLVersion()130 for (int version = GLSL_VERSION_LAST-1; version >= 0; version--) in getContextTypeGLSLVersion()137 return GLSL_VERSION_LAST; in getContextTypeGLSLVersion()
152 , targetVersion (glu::GLSL_VERSION_LAST) in ShaderCaseSpecification()
56 GLSL_VERSION_LAST enumerator
1263 DE_STATIC_ASSERT(glu::GLSL_VERSION_LAST == 14); in parseGLSLVersion()
2347 glu::GLSLVersion version = glu::GLSL_VERSION_LAST; in initShaderSources()