Searched refs:egl_functions (Results 1 – 1 of 1) sorted by relevance
2849 static const struct _egl_entrypoint egl_functions[] = { in eglGetProcAddress() local2865 bsearch(procname, egl_functions, ARRAY_SIZE(egl_functions), in eglGetProcAddress()2866 sizeof(egl_functions[0]), _eglFunctionCompare); in eglGetProcAddress()