Home | History | Annotate | Download | only in EGL

Lines Matching defs:eglGetProcAddress

1184 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
1186 // eglGetProcAddress() could be the very first function called
1212 * Since eglGetProcAddress() is not associated to anything, it needs
1222 * implementations and call eglGetProcAddress() and record the
1236 "no more slots for eglGetProcAddress(\"%s\")",
1243 if (cnx->dso && cnx->egl.eglGetProcAddress) {
1248 cnx->egl.eglGetProcAddress(procname);