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

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceDriverImpl.inl 660 void DeviceDriver::destroySamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) const
662 m_vk.destroySamplerYcbcrConversion(device, ycbcrConversion, pAllocator);
    [all...]
vkFunctionPointerTypes.inl 161 typedef VKAPI_ATTR void (VKAPI_CALL* DestroySamplerYcbcrConversionFunc) (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator);
    [all...]
vkConcreteDeviceInterface.inl 135 virtual void destroySamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) const;
vkVirtualDeviceInterface.inl 135 virtual void destroySamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator) const = 0;
vkNullDriverImpl.inl 344 VKAPI_ATTR void VKAPI_CALL destroySamplerYcbcrConversion (VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator)
347 freeNonDispHandle<SamplerYcbcrConversion, VkSamplerYcbcrConversion>(ycbcrConversion, pAllocator);
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 188 VKAPI_ATTR void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks* pAllocator);
null_driver.cpp     [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]

Completed in 271 milliseconds