Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeBatchExecutor.cpp241 onTestLogData(&eos, 1); in onStateChanged()
281 void BatchExecutor::onTestLogData (const deUint8* bytes, int numBytes) in onTestLogData() function in xe::BatchExecutor
401 executor->onTestLogData(data.getDataBlock(numBytes), numBytes); in dispatchTestLogData()
DxeBatchExecutor.hpp83 void onTestLogData (const deUint8* bytes, int numBytes);
DxeTcpIpLink.hpp52 void onTestLogData (const deUint8* bytes, int numBytes) const;
DxeTcpIpLink.cpp136 void TcpIpLinkState::onTestLogData (const deUint8* bytes, int numBytes) const in onTestLogData() function in xe::TcpIpLinkState
401 m_state.onTestLogData(&data[0], dataSize); in handleMessage()