Searched refs:eglGetProcAddress (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp103 cnx->egl.eglGetProcAddress(
H A DeglApi.cpp988 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) function
990 // eglGetProcAddress() could be the very first function called
1016 * Since eglGetProcAddress() is not associated to anything, it needs
1026 * implementations and call eglGetProcAddress() and record the
1040 "no more slots for eglGetProcAddress(\"%s\")",
1047 if (cnx->dso && cnx->egl.eglGetProcAddress) {
1052 cnx->egl.eglGetProcAddress(procname);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h200 GLAPI void (* APIENTRY eglGetProcAddress (const char *procname))();
/frameworks/native/opengl/include/EGL/
H A Degl.h321 /* Now, define eglGetProcAddress using the generic function ptr. type */
323 eglGetProcAddress(const char *procname);
/frameworks/native/opengl/libagl/
H A Degl.cpp2044 void (*eglGetProcAddress (const char *procname))() function

Completed in 90 milliseconds