Home | History | Annotate | Download | only in EGL

Lines Matching defs:eglGetProcAddress

899 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
901 // eglGetProcAddress() could be the very first function called
927 * Since eglGetProcAddress() is not associated to anything, it needs
937 * implementations and call eglGetProcAddress() and record the
948 "no more slots for eglGetProcAddress(\"%s\")",
959 if (cnx->dso && cnx->egl.eglGetProcAddress) {
968 cnx->egl.eglGetProcAddress(procname);