Lines Matching refs:render_context
308 const glu::RenderContext& render_context, in executeQuery() argument
314 const glw::Functions& gl = render_context.getFunctions(); in executeQuery()
480 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3))) in executeQuery()
513 if (glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 3))) in executeQuery()
1135 const glu::RenderContext& render_context) in isQuerySupported() argument
1144 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(3, 2)) && in isQuerySupported()
1156 if (!glu::contextSupports(render_context.getType(), glu::ApiType::compatibility(4, 0)) && in isQuerySupported()
1167 if (!glu::contextSupports(render_context.getType(), glu::ApiType::core(4, 3)) && in isQuerySupported()
1448 glu::RenderContext& render_context = m_context.getRenderContext(); in iterate() local
1460 const glw::Functions& gl = render_context.getFunctions(); in iterate()
1468 if (!PipelineStatisticsQueryUtilities::isQuerySupported(current_pq, context_info, render_context)) in iterate()
1496 …f (!PipelineStatisticsQueryUtilities::isQuerySupported(different_pq, context_info, render_context)) in iterate()
1591 glu::RenderContext& render_context = m_context.getRenderContext(); in iterate() local
1592 const glw::Functions& gl = render_context.getFunctions(); in iterate()
1615 if (!PipelineStatisticsQueryUtilities::isQuerySupported(query_type, context_info, render_context)) in iterate()