Home | History | Annotate | Download | only in EGL

Lines Matching defs:eglGetProcAddress

790 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
792 // eglGetProcAddress() could be the very first function called
818 * Since eglGetProcAddress() is not associated to anything, it needs
828 * implementations and call eglGetProcAddress() and record the
839 "no more slots for eglGetProcAddress(\"%s\")",
850 if (cnx->dso && cnx->egl.eglGetProcAddress) {
859 cnx->egl.eglGetProcAddress(procname);