Lines Matching defs:context_info
297 * @param context_info glu::ContextInfo& to be used by the method.
310 const glu::ContextInfo& context_info,
366 if (context_info.isExtensionSupported("GL_ARB_query_buffer_object") && qo_bo_id != 0)
1131 * @param context_info glu::ContextInfo instance that can be used by the method.
1137 bool PipelineStatisticsQueryUtilities::isQuerySupported(glw::GLenum value, const glu::ContextInfo& context_info,
1148 !context_info.isExtensionSupported("GL_ARB_geometry_shader4"))
1160 !context_info.isExtensionSupported("GL_ARB_tessellation_shader"))
1171 !context_info.isExtensionSupported("GL_ARB_compute_shader"))
1449 const glu::ContextInfo& context_info = m_context.getContextInfo();
1456 !context_info.isExtensionSupported("GL_ARB_pipeline_statistics_query"))
1471 if (!PipelineStatisticsQueryUtilities::isQuerySupported(current_pq, context_info, render_context))
1499 if (!PipelineStatisticsQueryUtilities::isQuerySupported(different_pq, context_info, render_context))
1591 const glu::ContextInfo& context_info = m_context.getContextInfo();
1618 if (!PipelineStatisticsQueryUtilities::isQuerySupported(query_type, context_info, render_context))