Lines Matching full:procname
861 eglGetProcAddress(const char *procname)947 if (!procname)951 if (strncmp(procname, "egl", 3) == 0) {953 if (strcmp(egl_functions[i].name, procname) == 0) {960 ret = _eglGetDriverProc(procname);