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.cpp452 …bool hasDebugReportRecorder (void) const { return m_debugReportRecorder.get() !=… in hasDebugReportRecorder()
453 …order& getDebugReportRecorder (void) const { return *m_debugReportRecorder.get(); … in getDebugReportRecorder()
470 const DebugReportRecorderPtr m_debugReportRecorder; member in vkt::DefaultDevice
525 , m_debugReportRecorder (cmdLine.isValidationEnabled() in DefaultDevice()
531 …Instance(vkPlatform, m_usedApiVersion, m_instanceExtensions, cmdLine, m_debugReportRecorder.get())) in DefaultDevice()
540 ? m_debugReportRecorder->createCallback(m_instanceInterface, m_instance.get()) in DefaultDevice()