Searched refs:vkDestroyDebugReportCallbackEXT (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_report.adoc | 145 The callback must: not call fname:vkDestroyDebugReportCallbackEXT. 272 [open,refpage='vkDestroyDebugReportCallbackEXT',desc='Destroy a debug report callback object',type=… 276 include::{generated}/api/protos/vkDestroyDebugReportCallbackEXT.adoc[] 282 This means that fname:vkDestroyDebugReportCallbackEXT must: not be 290 * [[VUID-vkDestroyDebugReportCallbackEXT-instance-01242]] 293 * [[VUID-vkDestroyDebugReportCallbackEXT-instance-01243]] 299 include::{generated}/validity/protos/vkDestroyDebugReportCallbackEXT.adoc[]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_debug_report.adoc | 90 vkDestroyDebugReportCallbackEXT(instance, cb1); 91 vkDestroyDebugReportCallbackEXT(instance, cb2); 92 vkDestroyDebugReportCallbackEXT(instance, cb3);
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 2531 …void vkDestroyDebugReportCallbackEXT( VkInstance instance, VkDebugReportCallbackEXT callback, cons… in vkDestroyDebugReportCallbackEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2533 return ::vkDestroyDebugReportCallbackEXT( instance, callback, pAllocator ); in vkDestroyDebugReportCallbackEXT() 9434 PFN_vkDestroyDebugReportCallbackEXT vkDestroyDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10585 …vkDestroyDebugReportCallbackEXT = PFN_vkDestroyDebugReportCallbackEXT( vkGetInstanceProcAddr( inst… in init()
|
D | vulkan_raii.hpp | 148 …vkDestroyDebugReportCallbackEXT = PFN_vkDestroyDebugReportCallbackEXT( vkGetInstanceProcAddr( inst… in InstanceDispatcher() 412 PFN_vkDestroyDebugReportCallbackEXT vkDestroyDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 5986 …getDispatcher()->vkDestroyDebugReportCallbackEXT( static_cast<VkInstance>( m_instance ), static_ca… in clear()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10780 VKAPI_ATTR void VKAPI_CALL vkDestroyDebugReportCallbackEXT(
|