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

/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.cpp56 VkDebugReportObjectTypeEXT object_type,
66 node->callback(flags, object_type, object, location, message_code,
73 VkDebugReportObjectTypeEXT object_type,
86 info->pfnCallback(flags, object_type, object, location,
96 callbacks_->Message(flags, object_type, object, location, message_code,
102 VkDebugReportObjectTypeEXT object_type,
113 Message(flags, object_type, object, 0, 0, LOG_TAG, buf);
169 VkDebugReportObjectTypeEXT object_type,
177 instance, flags, object_type, object, location, message_code,
181 flags, object_type, objec
55 Message(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT object_type, uint64_t object, size_t location, int32_t message_code, const char* layer_prefix, const char* message) const argument
72 Message(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT object_type, uint64_t object, size_t location, int32_t message_code, const char* layer_prefix, const char* message) const argument
101 PrintV(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT object_type, uint64_t object, const char* format, va_list ap) const argument
167 DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT object_type, uint64_t object, size_t location, int32_t message_code, const char* layer_prefix, const char* message) argument
[all...]

Completed in 249 milliseconds