Lines Matching refs:isES32
862 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in genVertexSource() local
875 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSL… in genVertexSource()
883 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in genFragmentSource() local
975 …args["GLSL_VERSION_DECL"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : getGLSL… in genFragmentSource()
976 args["GLSL_EXTENSION"] = isES32 ? "\n" : "#extension GL_KHR_blend_equation_advanced : require\n"; in genFragmentSource()
1193 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in init() local
1195 if (!isES32) in init()
1302 …const bool isES32 = glu::contextSupports(context.getRenderContext().getType(), glu::ApiType::es(3,… in getRandomFormat() local
1340 if (isES32) in getRandomFormat()
1412 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in init() local
1414 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed")) in init()
1456 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in init() local
1458 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed")) in init()