Lines Matching refs:test_name

60 	char *test_name;  in test_api_errors()  local
70 test_name = "Test glNamedStringARB() invalid type enum"; in test_api_errors()
72 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
75 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
79 test_name = "Test glNamedStringARB() NULL name"; in test_api_errors()
81 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
84 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
88 test_name = "Test glNamedStringARB() NULL include string"; in test_api_errors()
90 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
93 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
96 test_name = "Test glNamedStringARB() invalid paths"; in test_api_errors()
105 piglit_report_subtest_result(invalid_path_result ? PIGLIT_PASS : PIGLIT_FAIL, "%s", test_name); in test_api_errors()
110 test_name = "Test glDeleteNamedStringARB() NULL name"; in test_api_errors()
112 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
115 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
118 test_name = "Test glDeleteNamedStringARB() invalid paths"; in test_api_errors()
127 piglit_report_subtest_result(invalid_path_result ? PIGLIT_PASS : PIGLIT_FAIL, "%s", test_name); in test_api_errors()
132 test_name = "Test glDeleteNamedStringARB() no string attached to path"; in test_api_errors()
134 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
137 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
147 test_name = "Test glCompileShaderIncludeARB() invalid shader object name"; in test_api_errors()
149 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
152 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
165 test_name = "Test glCompileShaderIncludeARB() non-zero count and NULL path"; in test_api_errors()
167 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
170 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
174 test_name = "Test glCompileShaderIncludeARB() NULL in path array"; in test_api_errors()
176 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
179 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
182 test_name = "Test glCompileShaderIncludeARB() invalid paths"; in test_api_errors()
191 piglit_report_subtest_result(invalid_path_result ? PIGLIT_PASS : PIGLIT_FAIL, "%s", test_name); in test_api_errors()
202 test_name = "Test glCompileShaderIncludeARB() between glBegin/End()"; in test_api_errors()
204 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
207 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
218 test_name = "Test glGetNamedStringivARB() NULL name"; in test_api_errors()
220 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
223 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
226 test_name = "Test glGetNamedStringivARB() invalid paths"; in test_api_errors()
235 piglit_report_subtest_result(invalid_path_result ? PIGLIT_PASS : PIGLIT_FAIL, "%s", test_name); in test_api_errors()
240 test_name = "Test glGetNamedStringivARB() no string attached to path"; in test_api_errors()
242 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
245 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
257 test_name = "Test glGetNamedStringARB() NULL name"; in test_api_errors()
259 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
262 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
265 test_name = "Test glGetNamedStringARB() invalid paths"; in test_api_errors()
274 piglit_report_subtest_result(invalid_path_result ? PIGLIT_PASS : PIGLIT_FAIL, "%s", test_name); in test_api_errors()
279 test_name = "Test glGetNamedStringARB() no string attached to path"; in test_api_errors()
281 piglit_report_subtest_result(PIGLIT_FAIL, "%s", test_name); in test_api_errors()
284 piglit_report_subtest_result(PIGLIT_PASS, "%s", test_name); in test_api_errors()
292 char *test_name; in test_api_functionality() local
313 test_name = "Test glIsNamedStringARB() corresponding string"; in test_api_functionality()
315 piglit_report_subtest_result(is_named ? PIGLIT_PASS : PIGLIT_FAIL, "%s", test_name); in test_api_functionality()
318 test_name = "Test glIsNamedStringARB() no corresponding string"; in test_api_functionality()
320 piglit_report_subtest_result(is_named ? PIGLIT_FAIL : PIGLIT_PASS, "%s", test_name); in test_api_functionality()
323 test_name = "Test glIsNamedStringARB() truncated path"; in test_api_functionality()
325 piglit_report_subtest_result(is_named ? PIGLIT_FAIL : PIGLIT_PASS, "%s", test_name); in test_api_functionality()
328 test_name = "Test glIsNamedStringARB() NULL name"; in test_api_functionality()
330 piglit_report_subtest_result(is_named ? PIGLIT_FAIL : PIGLIT_PASS, "%s", test_name); in test_api_functionality()
338 test_name = "Test glGetNamedStringivARB() GL_NAMED_STRING_LENGTH_ARB"; in test_api_functionality()
342 piglit_report_subtest_result(is_len_correct ? PIGLIT_PASS : PIGLIT_FAIL, "%s", test_name); in test_api_functionality()
350 test_name = "Test glGetNamedStringivARB() GL_NAMED_STRING_TYPE_ARB"; in test_api_functionality()
354 piglit_report_subtest_result(is_type_correct ? PIGLIT_PASS : PIGLIT_FAIL, "%s", test_name); in test_api_functionality()
375 test_name = "Test glGetNamedStringARB() large buffer"; in test_api_functionality()
382 piglit_report_subtest_result(is_string_correct ? PIGLIT_PASS : PIGLIT_FAIL, "%s", test_name); in test_api_functionality()
385 test_name = "Test glGetNamedStringARB() small buffer"; in test_api_functionality()
392 piglit_report_subtest_result(is_string_correct ? PIGLIT_PASS : PIGLIT_FAIL, "%s", test_name); in test_api_functionality()