Home
last modified time | relevance | path

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

/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c157 #define GET_FUNCTION_POINTER(x) real_##x = get_function_pointer(#x) macro
206 GET_FUNCTION_POINTER(closedir); in init_shim()
207 GET_FUNCTION_POINTER(dup); in init_shim()
208 GET_FUNCTION_POINTER(fcntl); in init_shim()
209 GET_FUNCTION_POINTER(fopen); in init_shim()
210 GET_FUNCTION_POINTER(ioctl); in init_shim()
211 GET_FUNCTION_POINTER(mmap); in init_shim()
212 GET_FUNCTION_POINTER(open); in init_shim()
213 GET_FUNCTION_POINTER(opendir); in init_shim()
214 GET_FUNCTION_POINTER(readdir); in init_shim()
[all …]