Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp337 …bool hasDebugReportRecorder (void) const { return m_debugReportRecorder.get() !=… in hasDebugReportRecorder()
338 …order& getDebugReportRecorder (void) const { return *m_debugReportRecorder.get(); … in getDebugReportRecorder()
353 const DebugReportRecorderPtr m_debugReportRecorder; member in vkt::DefaultDevice
398 , m_debugReportRecorder (cmdLine.isValidationEnabled() in DefaultDevice()