Searched refs:callee_function (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_trampolines.cc | 50 PFN_vkAllocateCommandBuffers callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers() local 60 ret = callee_function(device_host, pAllocateInfo_host, pCommandBuffers_host); in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers() 78 PFN_vkBeginCommandBuffer callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkBeginCommandBuffer() local 94 ret = callee_function(commandBuffer_host, pBeginInfo_host); in DoCustomTrampolineWithThunk_vkBeginCommandBuffer() 98 PFN_vkFreeCommandBuffers callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkFreeCommandBuffers() local 116 callee_function(device_host, commandPool_host, commandBufferCount_host, pCommandBuffers_host); in DoCustomTrampolineWithThunk_vkFreeCommandBuffers() 150 PFN_vkEnumerateDeviceExtensionProperties callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties() local 169 ret = callee_function(physicalDevice_host, pLayerName_host, &properties_in_buf_size, nullptr); in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties() 176 ret = callee_function( in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties() 194 PFN_vkEnumerateInstanceExtensionProperties callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_vkEnumerateInstanceExtensionProperties() local [all …]
|
D | gen_vulkan.go | 3488 PFN_%[1]s callee_function = AsFuncPtr(callee);
|
/frameworks/libs/native_bridge_support/android_api/libEGL/proxy/ |
D | egl_trampolines.cc | 44 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_glDebugMessageCallback() local 50 callee_function(host_callback, param); in DoCustomTrampolineWithThunk_glDebugMessageCallback() 88 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_glGetPointerv() local 92 callee_function(pname, value); in DoCustomTrampolineWithThunk_glGetPointerv() 155 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampolineWithThunk_eglGetProcAddress() local 159 ret = callee_function(proc_name); in DoCustomTrampolineWithThunk_eglGetProcAddress()
|
/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/ |
D | sles_trampolines.cc | 163 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLAndroidSimpleBufferQueueItf_RegisterCallback() local 168 ret = callee_function(buffer_queue, host_callback, context); in DoCustomTrampoline_SLAndroidSimpleBufferQueueItf_RegisterCallback() 243 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLBufferQueueItf_RegisterCallback() local 248 ret = callee_function(buffer_queue, host_callback, context); in DoCustomTrampoline_SLBufferQueueItf_RegisterCallback() 441 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLObjectItf_GetInterface() local 444 ret = callee_function(itf, id, pInterface); in DoCustomTrampoline_SLObjectItf_GetInterface() 453 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLObjectItf_RegisterCallback() local 458 ret = callee_function(play, host_callback, context); in DoCustomTrampoline_SLObjectItf_RegisterCallback() 493 PFN_callee callee_function = AsFuncPtr(callee); in DoCustomTrampoline_SLPlayItf_RegisterCallback() local 498 ret = callee_function(play, host_callback, context); in DoCustomTrampoline_SLPlayItf_RegisterCallback() [all …]
|