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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c219 gfx_vts_free_tests(gfxtest_info *tests) argument
222 if (tests != NULL) {
223 free(tests->this_test_mask);
224 tests->this_test_mask = NULL;
226 free(tests->this_test_mesg);
227 tests->this_test_mesg = NULL;
229 free(tests->this_test_function);
230 tests->this_test_function = NULL;
/solaris-x11-s11/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-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A DlibvtsSUNWefb.c62 register gfxtest_info *const tests)
70 * Construct the list of tests to be performed
72 tests->count = sizeof (efb_test_list) / sizeof (gfxtest_function);
73 tests->this_test_mask = (int *)malloc(sizeof (efb_mask_list));
74 tests->this_test_mesg = (int *)malloc(sizeof (efb_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-s11/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 12 milliseconds