Home | History | Annotate | Download | only in egl

Lines Matching full:procname

521 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
525 if (!strcmp(egl_funcs_by_name[i].name, procname)) {
531 return (__eglMustCastToProperFunctionPointerType)ClientAPIExts::getProcAddress(procname);