Searched refs:eglGetProcAddress (Results 1 – 16 of 16) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/ |
D | egl_trampolines.cc | 154 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()
|
D | trampolines_arm64_to_x86_64-inl.h | 83 …dress", DoCustomTrampolineWithThunk_eglGetProcAddress, reinterpret_cast<void*>(eglGetProcAddress)},
|
D | trampolines_arm_to_x86-inl.h | 83 …dress", DoCustomTrampolineWithThunk_eglGetProcAddress, reinterpret_cast<void*>(eglGetProcAddress)},
|
D | trampolines_riscv64_to_x86_64-inl.h | 83 …dress", DoCustomTrampolineWithThunk_eglGetProcAddress, reinterpret_cast<void*>(eglGetProcAddress)},
|
/frameworks/libs/native_bridge_support/android_api/libEGL/ |
D | stubs_riscv64.cc | 100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetProcAddress); 219 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetProcAddress); in init_stub_library()
|
D | stubs_arm64.cc | 100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetProcAddress); 219 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetProcAddress); in init_stub_library()
|
D | stubs_arm.cc | 100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetProcAddress); 219 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetProcAddress); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 41 eglGetProcAddress;
|
D | platform_entries.in | 26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char*)
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 200 GLAPI void (* APIENTRY eglGetProcAddress (const char *procname))();
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_cache.cpp | 98 cnx->egl.eglGetProcAddress("eglSetBlobCacheFuncsANDROID")); in initialize()
|
D | egl_entries.in | 26 EGL_ENTRY(__eglMustCastToProperFunctionPointerType, eglGetProcAddress, const char *)
|
D | eglApi.cpp | 236 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char* procname) { in eglGetProcAddress() function 248 return cnx->platform.eglGetProcAddress(procname); in eglGetProcAddress()
|
D | GLES_layers.md | 29 …hey look up function calls instead of eglGetProcAddress or they will not get an accurate answer. …
|
D | egl_platform_entries.cpp | 1203 if (cnx->dso && cnx->egl.eglGetProcAddress) { in eglGetProcAddressImpl() 1205 addr = cnx->egl.eglGetProcAddress(procname); in eglGetProcAddressImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 135 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY eglGetProcAddress (const char *procname…
|