Home
last modified time | relevance | path

Searched refs:DestroySemaphore (Results 1 – 18 of 18) sorted by relevance

/external/skia/tools/sk_app/
DVulkanWindowContext.cpp412 DestroySemaphore(fDevice, in destroyBuffers()
509 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
515 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
526 GR_VK_CALL(fInterface, DestroySemaphore(fDevice, semaphore, nullptr)); in getBackbufferSurface()
/external/skia/src/gpu/vk/
DGrVkSemaphore.cpp65 DestroySemaphore(fGpu->device(), fSemaphore, nullptr)); in freeGPUData()
DGrVkInterface.cpp73 ACQUIRE_PROC(DestroySemaphore, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skqp/src/gpu/vk/
DGrVkSemaphore.cpp72 DestroySemaphore(gpu->device(), fSemaphore, nullptr)); in freeGPUData()
DGrVkInterface.cpp73 ACQUIRE_PROC(DestroySemaphore, VK_NULL_HANDLE, device); in GrVkInterface()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp416 DestroySemaphore(fDevice, in destroyBuffers()
420 DestroySemaphore(fDevice, in destroyBuffers()
/external/skqp/tests/
DSurfaceSemaphoreTest.cpp304 GR_VK_CALL(interface, DestroySemaphore(device, vkSem, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DVkHardwareBufferTest.cpp483 DECLARE_VK_PROC(DestroySemaphore);
568 ACQUIRE_DEVICE_VK_PROC(DestroySemaphore); in init()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp328 GR_VK_CALL(interface, DestroySemaphore(device, vkSem, nullptr)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DVkHardwareBufferTest.cpp490 DECLARE_VK_PROC(DestroySemaphore);
578 ACQUIRE_DEVICE_VK_PROC(DestroySemaphore); in init()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h263 PFN_vkDestroySemaphore DestroySemaphore; member
Dvk_dispatch_table_helper.h423 table->DestroySemaphore = (PFN_vkDestroySemaphore) gpa(device, "vkDestroySemaphore"); in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp1608 …if (!wrap_handles) return layer_data->device_dispatch_table.DestroySemaphore(device, semaphore, pA… in DispatchDestroySemaphore()
1616 layer_data->device_dispatch_table.DestroySemaphore(device, semaphore, pAllocator); in DispatchDestroySemaphore()
Dchassis.cpp1740 VKAPI_ATTR void VKAPI_CALL DestroySemaphore( in DestroySemaphore() function
9307 {"vkDestroySemaphore", {false, (void*)DestroySemaphore}},
Dchassis.h277 VKAPI_ATTR void VKAPI_CALL DestroySemaphore(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h726 PFN_vkDestroySemaphore DestroySemaphore; member
Dvk_enum_to_str.c4749 table->DestroySemaphore = (PFN_vkDestroySemaphore) gpa(device, "vkDestroySemaphore"); in vk_load_device_commands()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1786 device_data->vtable.DestroySemaphore(device_data->device, draw->cross_engine_semaphore, NULL); in shutdown_swapchain_data()
1787 device_data->vtable.DestroySemaphore(device_data->device, draw->semaphore, NULL); in shutdown_swapchain_data()