Searched defs:VkDebugReportCallbackCreateInfoEXT (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp207 DebugReportCallbackEXT (VkInstance, const VkDebugReportCallbackCreateInfoEXT*) {} argument
/external/skia/third_party/vulkan/
H A Dvulkan.h3735 typedef struct VkDebugReportCallbackCreateInfoEXT { struct
3741 } VkDebugReportCallbackCreateInfoEXT; typedef in typeref:struct:VkDebugReportCallbackCreateInfoEXT
3744 typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback);
3751 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h3750 typedef struct VkDebugReportCallbackCreateInfoEXT { struct
3756 } VkDebugReportCallbackCreateInfoEXT; typedef in typeref:struct:VkDebugReportCallbackCreateInfoEXT
3759 typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback);
3766 const VkDebugReportCallbackCreateInfoEXT* pCreateInfo,

Completed in 137 milliseconds