Searched defs:tests (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c220 gfx_vts_free_tests(gfxtest_info *tests) argument
223 if (tests != NULL) {
224 free(tests->this_test_mask);
225 tests->this_test_mask = NULL;
227 free(tests->this_test_mesg);
228 tests->this_test_mesg = NULL;
230 free(tests->this_test_function);
231 tests->this_test_function = NULL;
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.c62 register gfxtest_info *const tests)
70 * Construct the list of tests to be performed
72 tests->count = sizeof (ast_test_list) / sizeof (gfxtest_function);
73 tests->this_test_mask = (int *)malloc(sizeof (ast_mask_list));
74 tests->this_test_mesg = (int *)malloc(sizeof (ast_mesg_list));
75 tests->this_test_function =
78 if ((tests->this_test_mask == NULL) ||
79 (tests->this_test_mesg == NULL) ||
80 (tests->this_test_function == NULL)) {
81 gfx_vts_free_tests(tests);
61 get_tests( register gfxtest_info *const tests) argument
99 cleanup_tests( register gfxtest_info *const tests) argument
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A DlibvtsSUNWmga.c62 register gfxtest_info *const tests)
70 * Construct the list of tests to be performed
72 tests->count = sizeof (mga_test_list) / sizeof (gfxtest_function);
73 tests->this_test_mask = (int *)malloc(sizeof (mga_mask_list));
74 tests->this_test_mesg = (int *)malloc(sizeof (mga_mesg_list));
75 tests->this_test_function =
78 if ((tests->this_test_mask == NULL) ||
79 (tests->this_test_mesg == NULL) ||
80 (tests->this_test_function == NULL)) {
81 gfx_vts_free_tests(tests);
61 get_tests( register gfxtest_info *const tests) argument
99 cleanup_tests( register gfxtest_info *const tests) argument
[all...]

Completed in 327 milliseconds