Searched refs:DoCustomTrampolineWithThunk_eglGetProcAddress (Results 1 – 5 of 5) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/ |
D | egl_trampolines.cc | 108 void DoCustomTrampolineWithThunk_eglGetProcAddress(HostCode callee, ProcessState* state); 153 void DoCustomTrampolineWithThunk_eglGetProcAddress(HostCode callee, ProcessState* state) { in DoCustomTrampolineWithThunk_eglGetProcAddress() function
|
D | trampolines_arm64_to_x86_64-inl.h | 83 {"eglGetProcAddress", DoCustomTrampolineWithThunk_eglGetProcAddress, reinterpret_cast<void*>(eglGet…
|
D | trampolines_arm_to_x86-inl.h | 83 {"eglGetProcAddress", DoCustomTrampolineWithThunk_eglGetProcAddress, reinterpret_cast<void*>(eglGet…
|
D | trampolines_riscv64_to_x86_64-inl.h | 83 {"eglGetProcAddress", DoCustomTrampolineWithThunk_eglGetProcAddress, reinterpret_cast<void*>(eglGet…
|
D | opengl_trampolines-inl.h | 76 {"eglGetProcAddress", DoCustomTrampolineWithThunk_eglGetProcAddress, [](GuestAddr pc) { return Wrap…
|