Lines Matching refs:m_glslVersion
59 : TestCase(context, name, description), m_glslVersion(glslVersion)
89 args["VERSION_DECL"] = getGLSLVersionDeclaration(m_glslVersion);
106 if (glslVersionIsES(m_glslVersion))
123 GLSLVersion m_glslVersion;
133 , m_glslVersion(glslVersion)
164 if (m_glslVersion <= m_shaderVariants[i].minimum_supported_version)
169 args["VERSION_DECL"] = getGLSLVersionDeclaration(m_glslVersion);
213 GLSLVersion m_glslVersion;
223 : TestCase(context, name, description), m_glslVersion(glslVersion)
248 args["VERSION_DECL"] = getGLSLVersionDeclaration(m_glslVersion);
263 bool run_test_es = (glslVersionIsES(m_glslVersion) && m_glslVersion > GLSL_VERSION_100_ES);
264 bool run_test_desktop = (m_glslVersion > GLSL_VERSION_420);
277 GLSLVersion m_glslVersion;
285 : TestCase(context, name, description), m_glslVersion(glslVersion)
346 args["VERSION_DECL"] = getGLSLVersionDeclaration(m_glslVersion);
370 if (!glslVersionIsES(m_glslVersion) || m_glslVersion >= GLSL_VERSION_310_ES)
458 GLSLVersion m_glslVersion;
462 : TestCaseGroup(context, "negative", "Shader Negative tests"), m_glslVersion(glslVersion)
476 m_glslVersion));
480 m_glslVersion));
484 m_glslVersion));
507 used_variables_variants, used_variables_variants_count, m_glslVersion));