HomeSort by: relevance | last modified time | path
    Searched defs:assert_test (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/tests/
shader_api.c 11 static void assert_test(const char *file, int line, int cond, const char *msg) function
18 #define assert(x) assert_test(__FILE__, __LINE__, (x), #x)

Completed in 6 milliseconds