Lines Matching refs:supportsES32orGL45
279 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::… in init() local
281 …if (!supportsES32orGL45 && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variabl… in init()
1088 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu::… in init() local
1091 …if (m_runMode == RUN_PER_TWO_SAMPLES && !supportsES32orGL45 && !m_context.getContextInfo().isExten… in init()
1219 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local
1222 …args["GLSL_VERSION_DECL"] = supportsES32orGL45 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_32… in genFragmentSource()
1223 …args["GLSL_EXTENSION"] = supportsES32orGL45 ? "" : "#extension GL_OES_sample_variables : requi… in genFragmentSource()
1379 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local
1382 …args["GLSL_VERSION_DECL"] = supportsES32orGL45 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_E… in genFragmentSource()
1383 args["GLSL_EXTENSION"] = supportsES32orGL45 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
1481 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local
1484 …args["GLSL_VERSION_DECL"] = supportsES32orGL45 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_E… in genFragmentSource()
1485 args["GLSL_EXTENSION"] = supportsES32orGL45 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
1725 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local
1728 …args["GLSL_VERSION_DECL"] = supportsES32orGL45 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_E… in genFragmentSource()
1729 args["GLSL_EXTENSION"] = supportsES32orGL45 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
2096 …const bool supportsES32orGL45 = glu::contextSupports(m_context.getRenderContext().getType(), glu… in genFragmentSource() local
2099 …args["GLSL_VERSION_DECL"] = supportsES32orGL45 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_E… in genFragmentSource()
2100 args["GLSL_EXTENSION"] = supportsES32orGL45 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()