Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl58 DestroySamplerFunc destroySampler; variable
DvkDeviceDriverImpl.inl275 void DeviceDriver::destroySampler (VkDevice device, VkSampler sampler, const VkAllocationCallbacks*… function in DeviceDriver
DvkNullDriverImpl.inl284 VKAPI_ATTR void VKAPI_CALL destroySampler (VkDevice device, VkSampler sampler, const VkAllocationCa… function
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16748 void destroySampler( Sampler sampler, const AllocationCallbacks* pAllocator ) const in destroySampler() function in vk::Device
16754 …void destroySampler( Sampler sampler, Optional<const AllocationCallbacks> allocator = nullptr ) co… in destroySampler() function in vk::Device