Home
last modified time | relevance | path

Searched refs:expect_non_null (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Dcache_test.c77 expect_non_null(void *ptr, const char *test) in expect_non_null() function
174 expect_non_null(cache, "disk_cache_create with no environment variables"); in test_disk_cache_create()
186 expect_non_null(cache, "disk_cache_create with XDG_CACHE_HOME set"); in test_disk_cache_create()
204 expect_non_null(cache, "disk_cache_create with MESA_GLSL_CACHE_DIR set"); in test_disk_cache_create()
337 expect_non_null(result, "3rd disk_cache_get of existing item (pointer)"); in test_put_and_get()