Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp336 void ObjectLifetimes::PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAll… in PreCallRecordDestroyDevice() function in ObjectLifetimes
Dcore_validation.h471 void PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
1632 void PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
Dcore_validation.cpp2680 void ValidationStateTracker::PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallback… in PreCallRecordDestroyDevice() function in ValidationStateTracker
2705 void CoreChecks::PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocato… in PreCallRecordDestroyDevice() function in CoreChecks
2713 StateTracker::PreCallRecordDestroyDevice(device, pAllocator); in PreCallRecordDestroyDevice()
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.h97 void PreCallRecordDestroyDevice(
Dthread_safety.h544 void PreCallRecordDestroyDevice(
Dthread_safety.cpp192 void ThreadSafety::PreCallRecordDestroyDevice( in PreCallRecordDestroyDevice() function in ThreadSafety
Dchassis.h2561 …virtual void PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) … in PreCallRecordDestroyDevice() function
Dchassis.cpp726 intercept->PreCallRecordDestroyDevice(device, pAllocator); in DestroyDevice()