Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/executor/
DxeBatchExecutor.hpp91 static void enqueueInfoLogData (void* userPtr, const deUint8* bytes, size_t numBytes);
DxeBatchExecutor.cpp198 m_commLink->setCallbacks(enqueueStateChanged, enqueueTestLogData, enqueueInfoLogData, this); in run()
374 void BatchExecutor::enqueueInfoLogData (void* userPtr, const deUint8* bytes, size_t numBytes) in enqueueInfoLogData() function in xe::BatchExecutor