Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/drm-shim/
H A Ddrm_shim.c164 static void *get_function_pointer(const char *name) in get_function_pointer() function
174 #define GET_FUNCTION_POINTER(x) real_##x = get_function_pointer(#x)