Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderUtil.hpp60 const char* getGLSLVersionName (GLSLVersion version);
DgluShaderUtil.cpp33 const char* getGLSLVersionName (GLSLVersion version) in getGLSLVersionName() function
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp736 …TCU_THROW(NotSupportedError, (string(getGLSLVersionName(m_spec.targetVersion)) + " is not supporte… in init()