HomeSort by relevance Sort by last modified time
    Searched refs:destroySampler (Results 1 - 10 of 10) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 58 DestroySamplerFunc destroySampler;
vkInitDeviceFunctionPointers.inl 58 m_vk.destroySampler = (DestroySamplerFunc) GET_PROC_ADDR("vkDestroySampler");
vkDeviceDriverImpl.inl 275 void DeviceDriver::destroySampler (VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) const
277 m_vk.destroySampler(device, sampler, pAllocator);
    [all...]
vkRefUtilImpl.inl 88 m_deviceIface->destroySampler(m_device, obj, m_allocator);
vkConcreteDeviceInterface.inl 58 virtual void destroySampler (VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) const;
vkVirtualDeviceInterface.inl 58 virtual void destroySampler (VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) const = 0;
vkNullDriverImpl.inl 284 VKAPI_ATTR void VKAPI_CALL destroySampler (VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 129 context.getDeviceInterface().destroySampler(context.getDevice(), sampler, pAllocator);
  /external/vulkan-validation-layers/demos/
cube.cpp 322 device.destroySampler(textures[i].sampler, nullptr);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 194 milliseconds