Home | History | Annotate | Download | only in functional

Lines Matching defs:isES32

120 	const bool							isES32	= glu::contextSupports(contextType, glu::ApiType::es(3, 2));
123 args["GLSL_EXT_GEOMETRY_SHADER"] = isES32 ? "" : "#extension GL_EXT_geometry_shader : require\n";
124 args["GLSL_OES_TEXTURE_STORAGE_MULTISAMPLE"]= isES32 ? "" : "#extension GL_OES_texture_storage_multisample_2d_array : require\n";
3956 const bool isES32 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2));
4008 + std::string(isES32 ? "" : "#extension GL_EXT_geometry_shader : require\n")