Home
last modified time | relevance | path

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

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