Home
last modified time | relevance | path

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

/external/mesa3d/src/drm-shim/
Ddrm_shim.c147 #define GET_FUNCTION_POINTER(x) real_##x = get_function_pointer(#x) macro
196 GET_FUNCTION_POINTER(closedir); in init_shim()
197 GET_FUNCTION_POINTER(dup); in init_shim()
198 GET_FUNCTION_POINTER(fcntl); in init_shim()
199 GET_FUNCTION_POINTER(fopen); in init_shim()
200 GET_FUNCTION_POINTER(ioctl); in init_shim()
201 GET_FUNCTION_POINTER(mmap); in init_shim()
202 GET_FUNCTION_POINTER(open); in init_shim()
203 GET_FUNCTION_POINTER(opendir); in init_shim()
204 GET_FUNCTION_POINTER(readdir); in init_shim()
[all …]