Searched refs:FrameCompletionThread (Results 1 – 1 of 1) sorted by relevance
1263 class FrameCompletionThread { class1267 static FrameCompletionThread thread; in queueSync()1283 FrameCompletionThread() : mFramesQueued(0), mFramesCompleted(0) { in FrameCompletionThread() function in FrameCompletionThread1284 std::thread thread(&FrameCompletionThread::loop, this); in FrameCompletionThread()1355 FrameCompletionThread::queueSync(sync); in eglSwapBuffersWithDamageKHR()