Searched refs:eglGetProcAddress (Results 1 – 11 of 11) sorted by relevance
95 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetProcAddress);209 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetProcAddress); in init_stub_library()
41 eglGetProcAddress;
26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char*)
87 cnx->egl.eglGetProcAddress("eglSetBlobCacheFuncsANDROID")); in initialize()
26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char *)
236 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char* procname) { in eglGetProcAddress() function248 return cnx->platform.eglGetProcAddress(procname); in eglGetProcAddress()
29 …hey look up function calls instead of eglGetProcAddress or they will not get an accurate answer. …
1188 if (cnx->dso && cnx->egl.eglGetProcAddress) { in eglGetProcAddressImpl()1190 addr = cnx->egl.eglGetProcAddress(procname); in eglGetProcAddressImpl()
200 GLAPI void (* APIENTRY eglGetProcAddress (const char *procname))();
135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…