Home
last modified time | relevance | path

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

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