Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/
Degl_trampolines.cc154 using PFN_callee = decltype(&eglGetProcAddress); in DoCustomTrampolineWithThunk_eglGetProcAddress()
176 auto [proc_name] = HostArgumentsValues<decltype(eglGetProcAddress)>(buf); in RunGuest_eglGetProcAddress()
178 auto&& [result] = HostResultReference<decltype(eglGetProcAddress)>(buf); in RunGuest_eglGetProcAddress()
Dtrampolines_arm64_to_x86_64-inl.h83 …dress", DoCustomTrampolineWithThunk_eglGetProcAddress, reinterpret_cast<void*>(eglGetProcAddress)},
Dtrampolines_arm_to_x86-inl.h83 …dress", DoCustomTrampolineWithThunk_eglGetProcAddress, reinterpret_cast<void*>(eglGetProcAddress)},
Dtrampolines_riscv64_to_x86_64-inl.h83 …dress", DoCustomTrampolineWithThunk_eglGetProcAddress, reinterpret_cast<void*>(eglGetProcAddress)},
/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetProcAddress);
219 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetProcAddress); in init_stub_library()
Dstubs_arm64.cc100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetProcAddress);
219 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetProcAddress); in init_stub_library()
Dstubs_arm.cc100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetProcAddress);
219 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetProcAddress); in init_stub_library()
/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/libs/EGL/
Degl_cache.cpp98 cnx->egl.eglGetProcAddress("eglSetBlobCacheFuncsANDROID")); in initialize()
Degl_entries.in26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char *)
DeglApi.cpp236 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char* procname) { in eglGetProcAddress() function
248 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.cpp1203 if (cnx->dso && cnx->egl.eglGetProcAddress) { in eglGetProcAddressImpl()
1205 addr = cnx->egl.eglGetProcAddress(procname); in eglGetProcAddressImpl()
/frameworks/native/opengl/include/EGL/
Degl.h135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…