Searched refs:vkCreateDebugReportCallbackEXT (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_debug_report.adoc | 65 res = vkCreateDebugReportCallbackEXT(instance, &callback1, &cb1); 72 res = vkCreateDebugReportCallbackEXT(instance, &callback, &cb2); 83 res = vkCreateDebugReportCallbackEXT(instance, &callback3, &cb3);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_report.adoc | 19 [open,refpage='vkCreateDebugReportCallbackEXT',desc='Create a debug report callback object',type='p… 25 flink:vkCreateDebugReportCallbackEXT. 27 include::{generated}/api/protos/vkCreateDebugReportCallbackEXT.adoc[] 38 include::{generated}/validity/protos/vkCreateDebugReportCallbackEXT.adoc[]
|
D | initialization.adoc | 348 flink:vkCreateDebugReportCallbackEXT
|
D | debugging.adoc | 620 flink:vkCreateDebugReportCallbackEXT
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 2525 …VkResult vkCreateDebugReportCallbackEXT( VkInstance instance, const VkDebugReportCallbackCreateInf… in vkCreateDebugReportCallbackEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2527 return ::vkCreateDebugReportCallbackEXT( instance, pCreateInfo, pAllocator, pCallback ); in vkCreateDebugReportCallbackEXT() 9433 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10584 …vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( instan… in init()
|
D | vulkan_raii.hpp | 147 …vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( instan… in InstanceDispatcher() 411 PFN_vkCreateDebugReportCallbackEXT vkCreateDebugReportCallbackEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 5940 …ast<VULKAN_HPP_NAMESPACE::Result>( instance.getDispatcher()->vkCreateDebugReportCallbackEXT( stati… in DebugReportCallbackEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10774 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 11900 flink:vkCreateDebugReportCallbackEXT (public issue 337).
|