Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc95 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetProcAddress);
209 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetProcAddress); in init_stub_library()
Dstubs_arm64.cc95 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetProcAddress);
209 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetProcAddress); in init_stub_library()
/frameworks/native/opengl/libs/EGL/
Degl_angle_platform.cpp120 eglGetProcAddress("ANGLEResetDisplayPlatform")); in initializeAnglePlatform()
Degl_cache.cpp96 cnx->egl.eglGetProcAddress( in initialize()
Degl_entries.in26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char *)
DeglApi.cpp237 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char* procname) { in eglGetProcAddress() function
249 return cnx->platform.eglGetProcAddress(procname); in eglGetProcAddress()
DGLES_layers.md29 …hey look up function calls instead of eglGetProcAddress or they will not get an accurate answer.
Degl_platform_entries.cpp1263 if (cnx->dso && cnx->egl.eglGetProcAddress) { in eglGetProcAddressImpl()
1266 addr = cnx->egl.eglGetProcAddress(procname); in eglGetProcAddressImpl()
/frameworks/native/opengl/libs/
DlibEGL.map.txt41 eglGetProcAddress;
Dplatform_entries.in26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char*)
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h200 GLAPI void (* APIENTRY eglGetProcAddress (const char *procname))();
/frameworks/native/opengl/include/EGL/
Degl.h135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
/frameworks/native/opengl/libagl/
Degl.cpp2063 void (*eglGetProcAddress (const char *procname))() in eglGetProcAddress() function