Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddebug_report.h103 template <typename ObjectType>
104 void Info(ObjectType object, const char* format, ...) const in Info()
113 template <typename ObjectType>
114 void Warn(ObjectType object, const char* format, ...) const in Warn()
123 template <typename ObjectType>
124 void Err(ObjectType object, const char* format, ...) const in Err()
134 template <typename ObjectType>
135 static VkDebugReportObjectTypeEXT GetObjectType(ObjectType) { in GetObjectType() argument
136 if (std::is_same<ObjectType, VkInstance>::value) in GetObjectType()
138 else if (std::is_same<ObjectType, VkPhysicalDevice>::value) in GetObjectType()
[all …]