Home
last modified time | relevance | path

Searched refs:vkCreateDebugReportCallbackEXT (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_debug_report.adoc65 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/
DVK_EXT_debug_report.adoc19 [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[]
Dinitialization.adoc348 flink:vkCreateDebugReportCallbackEXT
Ddebugging.adoc620 flink:vkCreateDebugReportCallbackEXT
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp2525 …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
10584vkCreateDebugReportCallbackEXT = PFN_vkCreateDebugReportCallbackEXT( vkGetInstanceProcAddr( instan… in init()
Dvulkan_raii.hpp147vkCreateDebugReportCallbackEXT = 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/
Dvulkan_core.h10774 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDebugReportCallbackEXT(
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc11900 flink:vkCreateDebugReportCallbackEXT (public issue 337).