Home
last modified time | relevance | path

Searched refs:vkDestroyFence (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt127 vkDestroyFence;
Dapi_gen.cpp2046 VKAPI_ATTR void vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAlloca… in vkDestroyFence() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc146 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkDestroyFence);
382 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkDestroyFence); in init_stub_library()
Dstubs_riscv64.cc146 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkDestroyFence);
382 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkDestroyFence); in init_stub_library()
Dstubs_arm.cc146 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkDestroyFence);
382 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkDestroyFence); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_riscv64_to_x86_64-inl.h129 …estroyFence", DoCustomTrampolineWithThunk_vkDestroyFence, reinterpret_cast<void*>(vkDestroyFence)},
Dtrampolines_arm64_to_x86_64-inl.h129 …estroyFence", DoCustomTrampolineWithThunk_vkDestroyFence, reinterpret_cast<void*>(vkDestroyFence)},
Dtrampolines_arm_to_x86-inl.h129 …estroyFence", DoCustomTrampolineWithThunk_vkDestroyFence, reinterpret_cast<void*>(vkDestroyFence)},