Searched refs:test_function (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libepoxy/dist/test/
H A Dwgl_core_and_exts.c30 test_function(HDC hdc) function in typeref:typename:int
76 make_window_and_test(test_function);
H A Dwgl_usefontbitmaps.c30 test_function(HDC hdc) function in typeref:typename:int
70 make_window_and_test(test_function);
H A Dwgl_per_context_funcptrs.c121 test_function(HDC hdc) function in typeref:typename:int
161 make_window_and_test(test_function);
/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils.h137 uint32_t (*test_function)(int testnum, int verbose),
H A Dutils.c783 call_test_function (uint32_t (*test_function)(int testnum, int verbose),
799 "r" (test_function)
802 retval = test_function (testnum, verbose);
856 uint32_t (*test_function)(int testnum, int verbose),
878 checksum = call_test_function (test_function, n2, 1);
891 shared(n1, n2, test_function, verbose)
895 uint32_t crc = call_test_function (test_function, i, 0);

Completed in 7 milliseconds