Home
last modified time | relevance | path

Searched refs:get_next_layer_proc_address (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/
Degl_trampolines.cc207 EGLAPI void (*)(void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address);
213 PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_eglNextLayerProcAddressProc() local
216 ret = get_next_layer_proc_address(layer_id, proc_name); in DoCustomTrampolineWithThunk_eglNextLayerProcAddressProc()
234 auto [layer_id, get_next_layer_proc_address] = in RunGuestAndroidGLESLayer_Initialize()
236 WrapHostFunctionImpl(reinterpret_cast<void*>(get_next_layer_proc_address), in RunGuestAndroidGLESLayer_Initialize()
244 auto [proc_name, get_next_layer_proc_address] = in RunGuestAndroidGLESLayer_GetProcAddress()
247 if (get_next_layer_proc_address != nullptr && in RunGuestAndroidGLESLayer_GetProcAddress()
248 !WrapEglHostFunction(proc_name, ToHostCode(GuestType(get_next_layer_proc_address)))) { in RunGuestAndroidGLESLayer_GetProcAddress()
249 host_result = const_cast<void*>(ToHostCode(GuestType(get_next_layer_proc_address))); in RunGuestAndroidGLESLayer_GetProcAddress()
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md11 …LESLayer_Initialize(void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address))
17 void* gpa = get_next_layer_proc_address(layer_id, func);
29 …ing with the info provided by `AndroidGLESLayer_Initialize` or get_next_layer_proc_address, but pr…
106 … layer initialization is the way to go. The layer can utilize get_next_layer_proc_address provide…
140 void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address) {
159 void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address) {
160 return (void)glesLayer_InitializeLayer(layer_id, get_next_layer_proc_address);
201 void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address) {
206 funcMap[func] = get_next_layer_proc_address(layer_id, func);
223 void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address) {
[all …]
Degl_layers.h43 const void* layer_id, PFNEGLGETNEXTLAYERPROCADDRESSPROC get_next_layer_proc_address);