Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp180 vk::DebugReportRecorder &getDebugReportRecorder() const;
DvktTestCase.cpp609 vk::DebugReportRecorder &getDebugReportRecorder(void) const in getDebugReportRecorder() function in vkt::DefaultDevice
1490 vk::DebugReportRecorder &Context::getDebugReportRecorder() const in getDebugReportRecorder() function in vkt::Context
1492 return m_device->getDebugReportRecorder(); in getDebugReportRecorder()
DvktTestPackage.cpp555 collectAndReportDebugMessages(m_context->getDebugReportRecorder(), *m_context); in deinit()