Home
last modified time | relevance | path

Searched refs:vkCreateSemaphore (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp81 VkResult err = mFuncs.vkCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in createExportableSemaphore()
98 VkResult err = mFuncs.vkCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in importSemaphoreFromSyncFd()
537 mFuncs.vkCreateSemaphore = vkCreateSemaphore; in init()
DVulkanInterface.h65 PFN_vkCreateSemaphore vkCreateSemaphore = nullptr; member
/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt116 vkCreateSemaphore;
Dapi_gen.cpp2066 VKAPI_ATTR VkResult vkCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, co… in vkCreateSemaphore() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc135 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateSemaphore);
371 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateSemaphore); in init_stub_library()
Dstubs_riscv64.cc135 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateSemaphore);
371 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateSemaphore); in init_stub_library()
Dstubs_arm.cc135 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateSemaphore);
371 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateSemaphore); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_riscv64_to_x86_64-inl.h118 …phore", DoCustomTrampolineWithThunk_vkCreateSemaphore, reinterpret_cast<void*>(vkCreateSemaphore)},
Dtrampolines_arm64_to_x86_64-inl.h118 …phore", DoCustomTrampolineWithThunk_vkCreateSemaphore, reinterpret_cast<void*>(vkCreateSemaphore)},
Dtrampolines_arm_to_x86-inl.h118 …phore", DoCustomTrampolineWithThunk_vkCreateSemaphore, reinterpret_cast<void*>(vkCreateSemaphore)},