HomeSort by relevance Sort by last modified time
    Searched refs:onTestLogData (Results 1 - 4 of 4) sorted by null

  /external/deqp/executor/
xeBatchExecutor.hpp 83 void onTestLogData (const deUint8* bytes, int numBytes);
xeBatchExecutor.cpp 241 onTestLogData(&eos, 1);
281 void BatchExecutor::onTestLogData (const deUint8* bytes, int numBytes)
401 executor->onTestLogData(data.getDataBlock(numBytes), numBytes);
xeTcpIpLink.hpp 52 void onTestLogData (const deUint8* bytes, int numBytes) const;
xeTcpIpLink.cpp 136 void TcpIpLinkState::onTestLogData (const deUint8* bytes, int numBytes) const
401 m_state.onTestLogData(&data[0], dataSize);

Completed in 48 milliseconds