Lines Matching defs:eglGetProcAddress
894 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
896 // eglGetProcAddress() could be the very first function called
922 * Since eglGetProcAddress() is not associated to anything, it needs
932 * implementations and call eglGetProcAddress() and record the
943 "no more slots for eglGetProcAddress(\"%s\")",
954 if (cnx->dso && cnx->egl.eglGetProcAddress) {
963 cnx->egl.eglGetProcAddress(procname);