Lines Matching refs:render_context
307 const glu::RenderContext& render_context, in executeQuery() argument
313 const glw::Functions& gl = render_context.getFunctions(); in executeQuery()
479 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3))) in executeQuery()
512 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3))) in executeQuery()
1134 const glu::RenderContext& render_context) in isQuerySupported() argument
1143 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 2)) && in isQuerySupported()
1155 if (!glu::contextSupports(render_context.getType(), glu::ApiType::compatibility(4, 0)) && in isQuerySupported()
1166 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(4, 3)) && in isQuerySupported()
1447 glu::RenderContext& render_context = m_context.getRenderContext(); in iterate() local
1459 const glw::Functions& gl = render_context.getFunctions(); in iterate()
1467 if (!PipelineStatisticsQueryUtilities::isQuerySupported(current_pq, context_info, render_context)) in iterate()
1495 …f (!PipelineStatisticsQueryUtilities::isQuerySupported(different_pq, context_info, render_context)) in iterate()
1590 glu::RenderContext& render_context = m_context.getRenderContext(); in iterate() local
1591 const glw::Functions& gl = render_context.getFunctions(); in iterate()
1614 if (!PipelineStatisticsQueryUtilities::isQuerySupported(query_type, context_info, render_context)) in iterate()