Lines Matching defs:context
46 * @param context CTS context.
48 Utils::buffer::buffer(deqp::Context& context) : m_id(0), m_context(context)
112 * @param context CTS context
114 Utils::framebuffer::framebuffer(deqp::Context& context) : m_id(0), m_context(context)
211 * @param context CTS context.
213 Utils::program::program(deqp::Context& context)
221 , m_context(context)
660 * @param context CTS context.
662 Utils::texture::texture(deqp::Context& context) : m_id(0), m_context(context)
748 * @param context CTS context.
750 Utils::vertexArray::vertexArray(deqp::Context& context) : m_id(0), m_context(context)
801 * @param gl OpenGL functions from the active rendering context.
1671 * @param context Rendering context.
1674 APITest1::APITest1(deqp::Context& context)
1675 : TestCase(context, "min_maxes", "Verifies the implementation returns valid GL_MAX_SUBROUTINE* pnames "
1812 * @param context Rendering context.
1815 APITest2::APITest2(deqp::Context& context)
1816 : TestCase(context, "name_getters", "Verifies glGetActiveSubroutineName() and glGetActiveSubroutineUniformName() "
2114 * @param context Rendering context.
2117 FunctionalTest1_2::FunctionalTest1_2(deqp::Context& context)
2118 : TestCase(context, "two_subroutines_single_subroutine_uniform",
2762 * @param context CTS context
2764 FunctionalTest3_4::FunctionalTest3_4(deqp::Context& context)
2765 : TestCase(context, "four_subroutines_with_two_uniforms", "Verify Get* API and draw calls")
3803 * @param context CTS context
3805 FunctionalTest5::FunctionalTest5(deqp::Context& context)
3806 : TestCase(context, "eight_subroutines_four_uniforms", "Verify multiple subroutine sets")
4240 * @param context CTS context
4242 FunctionalTest6::FunctionalTest6(deqp::Context& context)
4243 : TestCase(context, "static_subroutine_call", "Verify that subroutine can be called in a static manner")
4382 * @param context CTS context
4384 FunctionalTest7_8::FunctionalTest7_8(deqp::Context& context)
4385 : TestCase(context, "arrayed_subroutine_uniforms", "Verify that subroutine can be called in a static manner")
4922 * @param context Rendering context.
4925 FunctionalTest9::FunctionalTest9(deqp::Context& context)
4926 : TestCase(context, "subroutines_3_subroutine_types_and_subroutine_uniforms_one_function",
5150 * @param context CTS context
5152 FunctionalTest10::FunctionalTest10(deqp::Context& context)
5153 : TestCase(context, "arrays_of_arrays_of_uniforms", "Verify that arrays of arrays of uniforms works as expected")
5366 * @param context CTS context
5368 FunctionalTest11::FunctionalTest11(deqp::Context& context)
5369 : TestCase(context, "globals_sampling_output_discard_function_calls", "Verify that global variables, texture "
5847 * @param context CTS context
5849 FunctionalTest12::FunctionalTest12(deqp::Context& context)
5850 : TestCase(context, "ssbo_atomic_image_load_store",
6583 * @param context Rendering context.
6586 FunctionalTest13::FunctionalTest13(deqp::Context& context)
6587 : TestCase(context, "subroutines_with_separate_shader_objects",
7465 * @param context CTS context
7467 FunctionalTest14_15::FunctionalTest14_15(deqp::Context& context)
7468 : TestCase(context, "structure_parameters_program_binary", "Verify structures can be used as parameters")
7940 * @param context Rendering context.
7943 FunctionalTest16::FunctionalTest16(deqp::Context& context)
7944 : TestCase(context, "subroutine_uniform_reset",
8892 * @param context Rendering context.
8895 FunctionalTest17::FunctionalTest17(deqp::Context& context)
8896 : TestCase(context, "same_subroutine_and_subroutine_uniform_but_different_type_used_in_all_stages",
9372 * @param context Rendering context.
9375 FunctionalTest18_19::FunctionalTest18_19(deqp::Context& context)
9376 : TestCase(context, "control_flow_and_returned_subroutine_values_used_as_subroutine_input",
9842 * @param context Rendering context.
9845 NegativeTest1::NegativeTest1(deqp::Context& context)
9846 : TestCase(context, "subroutine_errors", "Verifies all GL_INVALID_OPERATION, GL_INVALID_VALUE, GL_INVALID ENUM "
10308 * @param context Rendering context.
10311 NegativeTest2::NegativeTest2(deqp::Context& context)
10312 : TestCase(context, "subroutine_uniform_scope", "Verifies subroutine uniforms declared in shader stage A"
10711 * @param context Rendering context.
10714 NegativeTest3::NegativeTest3(deqp::Context& context)
10715 : TestCase(context, "missing_subroutine_keyword", "Verifies that subroutine keyword is necessary when declaring a "
10989 * @param context Rendering context.
10992 NegativeTest4::NegativeTest4(deqp::Context& context)
10993 : TestCase(context, "subroutines_incompatible_with_subroutine_type",
11273 * @param context Rendering context.
11276 NegativeTest5::NegativeTest5(deqp::Context& context)
11277 : TestCase(context, "subroutine_uniform_wo_matching_subroutines",
11655 * @param context Rendering context.
11658 NegativeTest6::NegativeTest6(deqp::Context& context)
11659 : TestCase(context, "two_duplicate_functions_one_being_a_subroutine",
12083 * @param context CTS context
12085 NegativeTest7::NegativeTest7(deqp::Context& context)
12086 : TestCase(context, "recursion", "Verify that it is not possible to build program with recursing subroutines")
12332 * @param context Rendering context.
12335 NegativeTest8::NegativeTest8(deqp::Context& context)
12336 : TestCase(context, "subroutine_wo_body", "Verifies that a compile- or link-time error occurs if a function "
12715 * @param context Rendering context.
12717 NegativeTest9::NegativeTest9(deqp::Context& context)
12718 : TestCase(context, "subroutines_cannot_be_assigned_float_int_values_or_be_compared",
12917 * @param context Rendering context.
12919 NegativeTest10::NegativeTest10(deqp::Context& context)
12920 : TestCase(context, "function_overloading_forbidden_for_subroutines",
13311 * @param context Rendering context.
13313 NegativeTest11::NegativeTest11(deqp::Context& context)
13314 : TestCase(context, "subroutine_uniforms_used_for_sampling_atomic_image_functions",
13517 * @param context Rendering context.
13519 NegativeTest12::NegativeTest12(deqp::Context& context)
13520 : TestCase(context, "subroutines_not_allowed_as_variables_constructors_and_argument_or_return_types",
13757 * @param context Rendering context.
13759 ShaderSubroutineTests::ShaderSubroutineTests(deqp::Context& context)
13760 : TestCaseGroup(context, "shader_subroutine", "Verifies \"shader_subroutine\" functionality")