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

  /external/deqp/execserver/
xsTestProcess.hpp 52 virtual int readInfoLog (deUint8* dst, int numBytes) = DE_NULL;
xsPosixTestProcess.hpp 90 virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes, dst); }
xsWin32TestProcess.hpp 193 virtual int readInfoLog (deUint8* dst, int numBytes) { return m_infoBuffer.tryRead(numBytes, dst); }
xsTestDriver.cpp 206 : m_process->readInfoLog(&m_dataMsgTmpBuf[MESSAGE_HEADER_SIZE], maxMsgSize-MESSAGE_HEADER_SIZE-1);
  /external/deqp/framework/platform/android/
tcuAndroidExecService.hpp 58 virtual int readInfoLog (deUint8* dst, int numBytes);
tcuAndroidExecService.cpp 282 int TestProcess::readInfoLog (deUint8* dst, int numBytes)
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 134 int readInfoLog (deUint8* dst, int numBytes) { DE_UNREF(dst && numBytes); return 0; /* not supported */ }

Completed in 899 milliseconds