Home
last modified time | relevance | path

Searched refs:eglGetProcAddress (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libs/
DlibEGL.map.txt33 eglGetProcAddress;
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h200 GLAPI void (* APIENTRY eglGetProcAddress (const char *procname))();
/frameworks/native/opengl/libs/EGL/
Degl_entries.in26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char *)
Degl_cache.cpp104 cnx->egl.eglGetProcAddress( in initialize()
DeglApi.cpp1184 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) in eglGetProcAddress() function
1243 if (cnx->dso && cnx->egl.eglGetProcAddress) { in eglGetProcAddress()
1248 cnx->egl.eglGetProcAddress(procname); in eglGetProcAddress()
/frameworks/native/opengl/include/EGL/
Degl.h135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
/frameworks/native/opengl/libagl/
Degl.cpp2062 void (*eglGetProcAddress (const char *procname))() in eglGetProcAddress() function