Searched refs:DebugReportRecorder (Results 1 – 3 of 3) sorted by relevance
122 …DebugReportRecorder::MessageList* const messageList = reinterpret_cast<DebugReportRecorder::Messag… in debugReportCallback()133 DebugReportRecorder::MessageList* messageList) in createCallback()155 DebugReportRecorder::DebugReportRecorder (const InstanceInterface& vki, VkInstance instance) in DebugReportRecorder() function in vk::DebugReportRecorder161 DebugReportRecorder::~DebugReportRecorder (void) in ~DebugReportRecorder()
72 class DebugReportRecorder class77 DebugReportRecorder (const InstanceInterface& vki, VkInstance instance);78 ~DebugReportRecorder (void);
154 MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, const… in createDebugReportRecorder()157 return MovePtr<vk::DebugReportRecorder>(new vk::DebugReportRecorder(vki, instance)); in createDebugReportRecorder()184 const UniquePtr<vk::DebugReportRecorder> m_debugReportRecorder;202 : MovePtr<vk::DebugReportRecorder>(DE_NULL)) in TestCaseExecutor()267 typedef vk::DebugReportRecorder::MessageList DebugMessages; in deinit()