Searched refs:IsES3Compatible (Results 1 – 8 of 8) sorted by relevance
65 bool IsES3Compatible(const glw::Functions& gl) in IsES3Compatible() function263 return IsES3Compatible(m_context.getFunctions()); in isES3Compatible()
73 bool IsES3Compatible(const glw::Functions& gl);
579 samplerLinearMipmap.seamlessCubeMap = glu::IsES3Compatible(gl); in init()
764 m_isES3Capable = glu::IsES3Compatible(m_context.getRenderContext().getFunctions()); in init()
948 if(isCapabilityRequired(CAPABILITY_ONLY_GLSL_ES_100_SUPPORT, m_spec) && glu::IsES3Compatible(gl)) in execute()
1203 if (glu::IsES3Compatible(m_gl)) in doClearTest()
816 if (glu::IsES3Compatible(gl)) in iterate()
254 if (glu::IsES3Compatible(gl) && isES2Context(contextType)) in ReferenceContextLimits()