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