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

  /external/deqp/execserver/
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); }
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 282 int TestProcess::readInfoLog (deUint8* dst, int numBytes)

Completed in 5614 milliseconds