Searched refs:gfxtest_function (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/
H A DlibvtsSUNWxfb.h59 typedef return_packet *(*gfxtest_function)(int); /* function ptr declaration */ typedef
60 /*: gfxtest_function(int filedescription) returning ptr to return_packet */
80 gfxtest_function *this_test_function;
81 gfxtest_function connection_test_function;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.c48 static gfxtest_function ast_test_list[] = {
72 tests->count = sizeof (ast_test_list) / sizeof (gfxtest_function);
76 (gfxtest_function *)malloc(sizeof (ast_test_list));
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A DlibvtsSUNWefb.c48 static gfxtest_function efb_test_list[] = {
72 tests->count = sizeof (efb_test_list) / sizeof (gfxtest_function);
76 (gfxtest_function *)malloc(sizeof (efb_test_list));
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A DlibvtsSUNWmga.c48 static gfxtest_function mga_test_list[] = {
72 tests->count = sizeof (mga_test_list) / sizeof (gfxtest_function);
76 (gfxtest_function *)malloc(sizeof (mga_test_list));

Completed in 14 milliseconds