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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dshader_api.c11 static void assert_test(const char *file, int line, int cond, const char *msg) function in typeref:typename:void
18 #define assert(x) assert_test(__FILE__, __LINE__, (x), #x)

Completed in 2 milliseconds