Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h66 PFN_vkDestroyEvent DestroyEvent; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h91 table->DestroyEvent = (PFN_vkDestroyEvent)gpa(dev, "vkDestroyEvent"); in loader_init_device_dispatch_table()
355 return (void *)table->DestroyEvent; in loader_lookup_device_dispatch_table()
Dtrampoline.c1231 disp->DestroyEvent(device, event, pAllocator);
/external/skia/src/gpu/vk/
DGrVkInterface.cpp67 GET_DEV_PROC(DestroyEvent); in GrVkCreateInterface()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp945 VKAPI_ATTR void VKAPI_CALL DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks… in DestroyEvent() function
959 get_dispatch_table(ot_device_table_map, device)->DestroyEvent(device, event, pAllocator); in DestroyEvent()
3820 return (PFN_vkVoidFunction)DestroyEvent; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp2228 VKAPI_ATTR void VKAPI_CALL DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks… in DestroyEvent() function
2236 get_dispatch_table(pc_device_table_map, device)->DestroyEvent(device, event, pAllocator); in DestroyEvent()
5317 {"vkDestroyEvent", reinterpret_cast<PFN_vkVoidFunction>(DestroyEvent)}, in intercept_core_device_command()
Dcore_validation.cpp5452 VKAPI_ATTR void VKAPI_CALL DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks… in DestroyEvent() function
5460 dev_data->dispatch_table.DestroyEvent(device, event, pAllocator); in DestroyEvent()
11945 {"vkDestroyEvent", reinterpret_cast<PFN_vkVoidFunction>(DestroyEvent)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp388 device_dispatch_table(device)->DestroyEvent(device, event, pAllocator); in vkDestroyEvent()