Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeContainerFormatParser.hpp68 const char* getSessionInfoValue (void) const;
DxeTestLogParser.cpp90 const char* value = m_containerParser.getSessionInfoValue(); in parse()
DxeContainerFormatParser.cpp85 const char* ContainerFormatParser::getSessionInfoValue (void) const in getSessionInfoValue() function in xe::ContainerFormatParser
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp220 ….sessionInfo(m_containerParser.getSessionInfoAttribute(), m_containerParser.getSessionInfoValue()); in parse()