Lines Matching refs:render_context
295 * @param render_context glu::RenderContext& to be used by the method.
308 const glu::RenderContext& render_context,
315 const glw::Functions& gl = render_context.getFunctions();
483 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3)))
516 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3)))
1132 * @param render_context glu::RenderContext instance that can be used by the method.
1138 const glu::RenderContext& render_context)
1147 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 2)) &&
1159 if (!glu::contextSupports(render_context.getType(), glu::ApiType::compatibility(4, 0)) &&
1170 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(4, 3)) &&
1451 glu::RenderContext& render_context = m_context.getRenderContext();
1463 const glw::Functions& gl = render_context.getFunctions();
1471 if (!PipelineStatisticsQueryUtilities::isQuerySupported(current_pq, context_info, render_context))
1499 if (!PipelineStatisticsQueryUtilities::isQuerySupported(different_pq, context_info, render_context))
1594 glu::RenderContext& render_context = m_context.getRenderContext();
1595 const glw::Functions& gl = render_context.getFunctions();
1618 if (!PipelineStatisticsQueryUtilities::isQuerySupported(query_type, context_info, render_context))