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.cpp931 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) function
933 // eglGetProcAddress() could be the very first function called
959 * Since eglGetProcAddress() is not associated to anything, it needs
969 * implementations and call eglGetProcAddress() and record the
980 "no more slots for eglGetProcAddress(\"%s\")",
991 if (cnx->dso && cnx->egl.eglGetProcAddress) {
1000 cnx->egl.eglGetProcAddress(procname);

Completed in 74 milliseconds