Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.cpp51 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_names, version); in getGLSLVersionName()
72 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_decl, version); in getGLSLVersionDeclaration()
82 DE_ASSERT(version != GLSL_VERSION_LAST); in glslVersionIsES()
111 return de::getSizedArrayElement<GLSL_VERSION_LAST>(s_minApi, version); in getMinAPIForGLSLVersion()
122 for (int version = GLSL_VERSION_LAST-1; version >= 0; version--) in getContextTypeGLSLVersion()
129 return GLSL_VERSION_LAST; in getContextTypeGLSLVersion()
DgluShaderUtil.hpp54 GLSL_VERSION_LAST enumerator
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp201 , targetVersion (glu::GLSL_VERSION_LAST) in ShaderCaseSpecification()