Lines Matching refs:glu

216 	if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(3, 1)))
383 glu::ApiType* out_required_min_context_type_ptr,
391 *out_required_min_context_type_ptr = glu::ApiType::core(3, 1);
410 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0);
433 *out_required_min_context_type_ptr = glu::ApiType::core(3, 1);
458 *out_required_min_context_type_ptr = glu::ApiType::core(3, 1);
483 *out_required_min_context_type_ptr = glu::ApiType::core(3, 2);
506 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0);
532 *out_required_min_context_type_ptr = glu::ApiType::core(3, 2);
561 *out_required_min_context_type_ptr = glu::ApiType::core(3, 2);
590 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0);
612 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0);
644 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0);
672 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0);
703 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0);
725 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0);
748 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0);
775 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0);
802 *out_required_min_context_type_ptr = glu::ApiType::core(3, 1);
820 *out_required_min_context_type_ptr = glu::ApiType::core(3, 1);
844 *out_required_min_context_type_ptr = glu::ApiType::core(3, 1);
877 const glu::ContextType context_type = m_context.getRenderContext().getType();
882 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2)))
887 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0)))
905 glu::ApiType current_iteration_min_context_type;
916 if (!glu::contextSupports(context_type, current_iteration_min_context_type))
1497 const glu::ContextType context_type = m_context.getRenderContext().getType();
1503 bool expected_outcome = glu::contextSupports(context_type, glu::ApiType::core(4, 4));
1513 const char* cs_body_parts[] = { (!glu::contextSupports(context_type, glu::ApiType::core(4, 3))) ?
1516 (!glu::contextSupports(context_type, glu::ApiType::core(4, 4))) ?
1885 void PerVertexValidationTest::getTestIterationProperties(glu::ContextType context_type, _test_iteration iteration,
1886 glu::ContextType* out_min_context_type_ptr,
1892 const bool include_cull_distance = glu::contextSupports(context_type, glu::ApiType::core(4, 5));
1910 *out_min_context_type_ptr = (is_cull_distance_iteration) ? glu::ContextType(4, 5, glu::PROFILE_CORE) :
1911 glu::ContextType(4, 1, glu::PROFILE_CORE);
2050 *out_min_context_type_ptr = (is_cull_distance_iteration) ? glu::ContextType(4, 5, glu::PROFILE_CORE) :
2051 glu::ContextType(4, 0, glu::PROFILE_CORE);
2199 *out_min_context_type_ptr = (is_cull_distance_iteration) ? glu::ContextType(4, 5, glu::PROFILE_CORE) :
2200 glu::ContextType(4, 1, glu::PROFILE_CORE);
2235 *out_min_context_type_ptr = glu::ContextType(4, 1, glu::PROFILE_CORE);
2329 *out_min_context_type_ptr = glu::ContextType(4, 1, glu::PROFILE_CORE);
2332 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2)))
2337 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0)))
2395 std::string PerVertexValidationTest::getVertexShaderBody(glu::ContextType context_type, _test_iteration iteration,
2412 glu::contextSupports(context_type, glu::ApiType::core(4, 5)));
2472 const glu::ContextType context_type = m_context.getRenderContext().getType();
2477 if (!glu::contextSupports(context_type, glu::ApiType::core(4, 1)))
2561 const glu::ContextType context_type = m_context.getRenderContext().getType();
2570 glu::ContextType min_context_type;
2603 if (!glu::contextSupports(context_type, min_context_type.getAPI()))
2751 glu::ContextType context_type = m_context.getRenderContext().getType();
2754 glu::ContextType min_context_type;
2784 if (!glu::contextSupports(context_type, min_context_type.getAPI()))
3036 const glu::ContextType context_type = m_context.getRenderContext().getType();
4776 glu::ApiType apiType = context_type.getAPI();
4777 if (apiType == glu::ApiType::core(3, 1))
4784 else if (apiType == glu::ApiType::core(3, 2))
4791 else if (apiType == glu::ApiType::core(3, 3))
4798 else if (apiType == glu::ApiType::core(4, 0))
4805 else if (apiType == glu::ApiType::core(4, 1))
4812 else if (apiType == glu::ApiType::core(4, 2))
4819 else if (apiType == glu::ApiType::core(4, 3))
4826 else if (apiType == glu::ApiType::core(4, 4))
4833 else if (apiType == glu::ApiType::core(4, 5))
4840 else if (apiType == glu::ApiType::core(4, 6))
4887 const glu::ContextType context_type = m_context.getRenderContext().getType();
4892 glu::ApiType apiType = context_type.getAPI();
4893 if (apiType == glu::ApiType::core(3, 1))
4895 else if (apiType == glu::ApiType::core(3, 2))
4897 else if (apiType == glu::ApiType::core(3, 3))
4899 else if (apiType == glu::ApiType::core(4, 0))
4901 else if (apiType == glu::ApiType::core(4, 1))
4903 else if (apiType == glu::ApiType::core(4, 2))
4905 else if (apiType == glu::ApiType::core(4, 3))
4907 else if (apiType == glu::ApiType::core(4, 4))
4909 else if (apiType == glu::ApiType::core(4, 5))
4911 else if (apiType == glu::ApiType::core(4, 6))
5315 const glu::ContextType context_type = m_context.getRenderContext().getType();
5321 if (glu::contextSupports(context_type, glu::ApiType::core(4, 2)))
5331 } /* if (context_type >= glu::CONTEXTTYPE_GL43_CORE) */
5334 if (shader_type == SHADER_TYPE_VERTEX && !glu::contextSupports(context_type, glu::ApiType::core(4, 2)))
5358 glu::contextSupports(context_type, glu::ApiType::core(3, 2)))
5374 glu::contextSupports(context_type, glu::ApiType::core(3, 2)))
5384 if (glu::contextSupports(context_type, glu::ApiType::core(4, 3)))
5396 } /* if (context_type >= glu::CONTEXTTYPE_GL43_CORE) */
5410 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0)))
5418 } /* if (context_type >= glu::CONTEXTTYPE_GL40_CORE) */
5436 !glu::contextSupports(context_type, glu::ApiType::core(4, 3)))
5452 const glu::ContextType context_type = m_context.getRenderContext().getType();
5456 if (glu::contextSupports(context_type, glu::ApiType::core(4, 3)))
5465 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2)))
5472 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0)))
5546 glu::ContextType context_type = m_context.getRenderContext().getType();
5554 if (glu::contextSupports(context_type, glu::ApiType::core(4, 2)))
5562 if (glu::contextSupports(context_type, glu::ApiType::core(4, 3)))
5574 if (glu::contextSupports(context_type, glu::ApiType::core(4, 0)))
5580 if (glu::contextSupports(context_type, glu::ApiType::core(4, 3)))
5587 if (glu::contextSupports(context_type, glu::ApiType::core(3, 2)) ||