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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp899 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) function
901 // eglGetProcAddress() could be the very first function called
927 * Since eglGetProcAddress() is not associated to anything, it needs
937 * implementations and call eglGetProcAddress() and record the
948 "no more slots for eglGetProcAddress(\"%s\")",
959 if (cnx->dso && cnx->egl.eglGetProcAddress) {
968 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.cpp1588 const GLMessage_Function GLMessage::eglGetProcAddress; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1936 static const Function eglGetProcAddress = GLMessage_Function_eglGetProcAddress; member in class:android::gltrace::GLMessage

Completed in 114 milliseconds