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

  /external/deqp/executor/
xeCallQueue.hpp 37 class CallReader;
48 typedef void (*Function) (CallReader data);
69 class CallReader
72 CallReader (Call* call);
73 CallReader (void) : m_call(DE_NULL), m_curPos(0) {}
127 CallReader& operator>> (CallReader& reader, std::string& value);
131 CallReader& operator>> (CallReader& reader, T& value)
xeBatchExecutor.hpp 94 static void dispatchStateChanged (CallReader data);
95 static void dispatchTestLogData (CallReader data);
96 static void dispatchInfoLogData (CallReader data);
xeCallQueue.cpp 69 call->getFunction()(CallReader(call));
155 // CallReader
157 CallReader::CallReader (Call* call)
163 void CallReader::read (deUint8* bytes, int numBytes)
170 const deUint8* CallReader::getDataBlock (int numBytes)
180 CallReader& operator>> (CallReader& reader, std::string& value)
xeBatchExecutor.cpp 380 void BatchExecutor::dispatchStateChanged (CallReader data)
393 void BatchExecutor::dispatchTestLogData (CallReader data)
404 void BatchExecutor::dispatchInfoLogData (CallReader data)

Completed in 49 milliseconds