Searched defs:eglGetProcAddress (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A Degl.cpp2030 void (*eglGetProcAddress (const char *procname))() function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp922 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) function
924 // eglGetProcAddress() could be the very first function called
950 * Since eglGetProcAddress() is not associated to anything, it needs
960 * implementations and call eglGetProcAddress() and record the
971 "no more slots for eglGetProcAddress(\"%s\")",
982 if (cnx->dso && cnx->egl.eglGetProcAddress) {
991 cnx->egl.eglGetProcAddress(procname);

Completed in 3758 milliseconds