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

/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/libs/EGL/
H A Degl_cache.cpp106 cnx->egl.eglGetProcAddress(
H A DeglApi.cpp894 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) function
896 // eglGetProcAddress() could be the very first function called
922 * Since eglGetProcAddress() is not associated to anything, it needs
932 * implementations and call eglGetProcAddress() and record the
943 "no more slots for eglGetProcAddress(\"%s\")",
954 if (cnx->dso && cnx->egl.eglGetProcAddress) {
963 cnx->egl.eglGetProcAddress(procname);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto593 eglGetProcAddress = 2024;
/frameworks/native/opengl/libagl/
H A Degl.cpp2003 void (*eglGetProcAddress (const char *procname))() function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1206 const GLMessage_Function GLMessage::eglGetProcAddress; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1554 static const Function eglGetProcAddress = GLMessage_Function_eglGetProcAddress; member in class:android::gltrace::GLMessage

Completed in 182 milliseconds