Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.hpp60 const char* getGLSLVersionName (GLSLVersion version);
DgluShaderUtil.cpp33 const char* getGLSLVersionName (GLSLVersion version) in getGLSLVersionName() function
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp734 …TCU_THROW(NotSupportedError, (string(getGLSLVersionName(spec.targetVersion)) + " is not supported"… in requireExtension()
758 …TCU_THROW(NotSupportedError, (string(getGLSLVersionName(m_spec.targetVersion)) + " is not supporte… in init()