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

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.cpp122 DebugReportRecorder::MessageList* const messageList = reinterpret_cast<DebugReportRecorder::MessageList*>(pUserData);
133 DebugReportRecorder::MessageList* messageList)
155 DebugReportRecorder::DebugReportRecorder (const InstanceInterface& vki, VkInstance instance) function in class:vk::DebugReportRecorder
161 DebugReportRecorder::~DebugReportRecorder (void)
H A DvkDebugReportUtil.hpp72 class DebugReportRecorder class in namespace:vk
77 DebugReportRecorder (const InstanceInterface& vki, VkInstance instance);
78 ~DebugReportRecorder (void);
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp154 MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, const vk::InstanceInterface& vki, vk::VkInstance instance)
157 return MovePtr<vk::DebugReportRecorder>(new vk::DebugReportRecorder(vki, instance));
184 const UniquePtr<vk::DebugReportRecorder> m_debugReportRecorder;
202 : MovePtr<vk::DebugReportRecorder>(DE_NULL))
267 typedef vk::DebugReportRecorder::MessageList DebugMessages;

Completed in 122 milliseconds