Lines Matching refs:isES32

83 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(…  in iterate()  local
85 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_geometry_shader")) in iterate()
122 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) :… in iterate()
123 args["GLSL_EXTENSION_STRING"] = isES32 ? "" : "#extension GL_EXT_geometry_shader : enable"; in iterate()
201 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(… in iterate() local
203 if (!isES32 && !m_context.getContextInfo().isExtensionSupported("GL_EXT_tessellation_shader")) in iterate()
248 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) :… in iterate()
249 …args["GLSL_EXTENSION_STRING"] = isES32 ? "" : "#extension GL_EXT_tessellation_shader : enabl… in iterate()
335 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::Api… in iterate() local
337 …const string vtxTemplate = string(isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES)… in iterate()
344 …const string fragTemplate = string(isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES)… in iterate()
448 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiT… in iterate() local
489 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) :… in iterate()
548 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiT… in iterate() local
575 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) :… in iterate()
758 …const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiTyp… in getProgramSources() local
760 …args["GLSL_VERSION_STRING"] = isES32 ? getGLSLVersionDeclaration(glu::GLSL_VERSION_320_ES) : ge… in getProgramSources()
761 args["GLSL_GEOMETRY_EXT_STRING"] = isES32 ? "" : "#extension GL_EXT_geometry_shader : require"; in getProgramSources()
762 …args["GLSL_TESSELLATION_EXT_STRING"] = isES32 ? "" : "#extension GL_EXT_tessellation_shader : req… in getProgramSources()