Searched refs:tests (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/
H A DlibvtsSUNWxfb.h64 - count : the number of tests defined
93 extern int get_tests(gfxtest_info *tests);
98 extern int cleanup_tests(gfxtest_info *tests);
H A Dgfx_vts.h67 gfxtest_info *tests);
/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...]
/solaris-x11-s11/open-src/lib/libdrm/
H A DMakefile56 # Can't build tests with parfait yet, due to parfait-ld error:
59 $(WITH_PARFAIT) SOURCE_PATCHES += no-tests.patch,-p1
/solaris-x11-s11/open-src/xserver/xvnc/
H A DMakefile200 # The X server unit tests currently depend on the Xorg ddx being built
201 XVNC_CONFIG_OPTS += --disable-unit-tests

Completed in 16 milliseconds