Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp122DebugReportRecorder::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::DebugReportRecorder
161 DebugReportRecorder::~DebugReportRecorder (void) in ~DebugReportRecorder()
DvkDebugReportUtil.hpp72 class DebugReportRecorder class
77 DebugReportRecorder (const InstanceInterface& vki, VkInstance instance);
78 ~DebugReportRecorder (void);
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp154 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()