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

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 62 DestroyDescriptorPoolFunc destroyDescriptorPool;
vkInitDeviceFunctionPointers.inl 62 m_vk.destroyDescriptorPool = (DestroyDescriptorPoolFunc) GET_PROC_ADDR("vkDestroyDescriptorPool");
vkDeviceDriverImpl.inl 295 void DeviceDriver::destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) const
297 m_vk.destroyDescriptorPool(device, descriptorPool, pAllocator);
    [all...]
vkRefUtilImpl.inl 100 m_deviceIface->destroyDescriptorPool(m_device, obj, m_allocator);
vkConcreteDeviceInterface.inl 62 virtual void destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) const;
vkVirtualDeviceInterface.inl 62 virtual void destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) const = 0;
vkNullDriverImpl.inl 296 VKAPI_ATTR void VKAPI_CALL destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 59 context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator);
  /external/vulkan-validation-layers/demos/
cube.cpp 310 device.destroyDescriptorPool(desc_pool, nullptr);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 2213 milliseconds