Lines Matching refs:isES32

279 …const bool	isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(…  in init()  local
280 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_sample_variables")) in init()
314 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genFragmentSource() local
316 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSL… in genFragmentSource()
317 args["GLSL_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
394 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genFragmentSource() local
396 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSL… in genFragmentSource()
397 args["GLSL_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
481 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genFragmentSource() local
483 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSL… in genFragmentSource()
484 args["GLSL_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
654 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType… in genFragmentSource() local
656 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getG… in genFragmentSource()
657 args["GLSL_EXTENSION"] = isES32 ? "\n" : "#extension GL_OES_sample_variables : require\n"; in genFragmentSource()
923 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in init() local
925 …if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_OES_shader_multisample_interpo… in init()
975 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genVertexSource() local
977 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSL… in genVertexSource()
978 …args["GLSL_EXTENSION"] = isES32 ? "" : m_useSampleQualifier ? "#extension GL_OES_shader_multisamp… in genVertexSource()
998 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType:… in genFragmentSource() local
1000 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGL… in genFragmentSource()
1001 args["GLSL_SAMPLE_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
1002 …args["GLSL_MULTISAMPLE_EXTENSION"] = isES32 ? "" : m_useSampleQualifier ? "#extension GL_OES_shade… in genFragmentSource()
1081 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in init() local
1083 …if (m_runMode == RUN_PER_TWO_SAMPLES && !isES32 && !m_context.getContextInfo().isExtensionSupporte… in init()
1211 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType… in genFragmentSource() local
1213 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getG… in genFragmentSource()
1214 args["GLSL_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
1370 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genFragmentSource() local
1372 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSL… in genFragmentSource()
1373 args["GLSL_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
1471 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genFragmentSource() local
1473 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSL… in genFragmentSource()
1474 args["GLSL_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
1714 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genFragmentSource() local
1716 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSL… in genFragmentSource()
1717 args["GLSL_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()
2084 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::e… in genFragmentSource() local
2086 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSL… in genFragmentSource()
2087 args["GLSL_EXTENSION"] = isES32 ? "" : "#extension GL_OES_sample_variables : require"; in genFragmentSource()