Home
last modified time | relevance | path

Searched refs:enqueueTestLogData (Results 1 – 2 of 2) sorted by relevance

/external/deqp/executor/
DxeBatchExecutor.hpp90 static void enqueueTestLogData (void* userPtr, const deUint8* bytes, int numBytes);
DxeBatchExecutor.cpp198 m_commLink->setCallbacks(enqueueStateChanged, enqueueTestLogData, enqueueInfoLogData, this); in run()
356 void BatchExecutor::enqueueTestLogData (void* userPtr, const deUint8* bytes, int numBytes) in enqueueTestLogData() function in xe::BatchExecutor