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

/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.cpp57 VkDebugReportObjectTypeEXT object_type,
67 node->callback(flags, object_type, object, location, message_code,
74 VkDebugReportObjectTypeEXT object_type,
87 info->pfnCallback(flags, object_type, object, location,
97 callbacks_->Message(flags, object_type, object, location, message_code,
103 VkDebugReportObjectTypeEXT object_type,
114 Message(flags, object_type, object, 0, 0, LOG_TAG, buf);
170 VkDebugReportObjectTypeEXT object_type,
178 instance, flags, object_type, object, location, message_code,
182 flags, object_type, objec
56 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
73 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
102 PrintV(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT object_type, uint64_t object, const char* format, va_list ap) const argument
168 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 49 milliseconds