Searched refs:onInfoLogData (Results 1 - 4 of 4) sorted by relevance

/external/deqp/executor/
H A DxeBatchExecutor.hpp84 void onInfoLogData (const deUint8* bytes, size_t numBytes);
H A DxeTcpIpLink.hpp53 void onInfoLogData (const deUint8* bytes, size_t numBytes) const;
H A DxeBatchExecutor.cpp300 void BatchExecutor::onInfoLogData (const deUint8* bytes, size_t numBytes) function in class:xe::BatchExecutor
418 executor->onInfoLogData(data.getDataBlock(numBytes), numBytes);
H A DxeTcpIpLink.cpp150 void TcpIpLinkState::onInfoLogData (const deUint8* bytes, size_t numBytes) const function in class:xe::TcpIpLinkState
404 m_state.onInfoLogData(&data[0], dataSize);

Completed in 139 milliseconds