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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp790 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) function
792 // eglGetProcAddress() could be the very first function called
818 * Since eglGetProcAddress() is not associated to anything, it needs
828 * implementations and call eglGetProcAddress() and record the
839 "no more slots for eglGetProcAddress(\"%s\")",
850 if (cnx->dso && cnx->egl.eglGetProcAddress) {
859 cnx->egl.eglGetProcAddress(procname);
/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 96 milliseconds