Home | History | Annotate | Download | only in functional

Lines Matching defs:isES32

990 	const bool						isES32				= glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
999 else if (isES32 || ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_ldr"))
1258 const bool isES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2));
1269 else if (isES32 || ctxInfo->isExtensionSupported("GL_KHR_texture_compression_astc_ldr"))
1692 const bool isES32 = glu::contextSupports(ctx.getType(), glu::ApiType::es(3, 2));
1704 if (!isES32 && !info.isExtensionSupported("GL_KHR_texture_compression_astc_ldr"))
1719 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
1721 if (!isES32 && !ctxInfo->isExtensionSupported("GL_EXT_copy_image"))