Home
last modified time | relevance | path

Searched defs:destroyFence (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl23 DestroyFenceFunc destroyFence; variable
DvkDeviceDriverImpl.inl100 void DeviceDriver::destroyFence (VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllo… function in DeviceDriver
DvkNullDriverImpl.inl206 VKAPI_ATTR void VKAPI_CALL destroyFence (VkDevice device, VkFence fence, const VkAllocationCallback… function
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16252 void destroyFence( Fence fence, const AllocationCallbacks* pAllocator ) const in destroyFence() function in vk::Device
16258 void destroyFence( Fence fence, Optional<const AllocationCallbacks> allocator = nullptr ) const in destroyFence() function in vk::Device