Searched refs:egl_functions (Results 1 – 1 of 1) sorted by relevance
866 } egl_functions[] = { in eglGetProcAddress() local952 for (i = 0; egl_functions[i].name; i++) { in eglGetProcAddress()953 if (strcmp(egl_functions[i].name, procname) == 0) { in eglGetProcAddress()954 ret = egl_functions[i].function; in eglGetProcAddress()