Home
last modified time | relevance | path

Searched refs:GLSL_VERSION_140 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DVersionGLSL.h20 static const int GLSL_VERSION_140 = 140; variable
DVersionGLSL.cpp27 return GLSL_VERSION_140; in ShaderOutputTypeToGLSLVersion()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.hpp46 GLSL_VERSION_140, //!< GLSL 1.4 enumerator
DgluShaderLibrary.cpp1261 else if (versionNum == 140) version = glu::GLSL_VERSION_140; in parseGLSLVersion()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibrary.cpp1012 version = glu::GLSL_VERSION_140; in parseShaderCase()
DglcShaderLibraryCase.cpp69 case glu::GLSL_VERSION_140: in usesShaderInoutQualifiers()