Searched refs:FrameCompletionThread (Results 1 – 1 of 1) sorted by relevance
1067 class FrameCompletionThread { class1071 static FrameCompletionThread thread; in queueSync()1087 FrameCompletionThread() : mFramesQueued(0), mFramesCompleted(0) { in FrameCompletionThread() function in FrameCompletionThread1088 std::thread thread(&FrameCompletionThread::loop, this); in FrameCompletionThread()1159 FrameCompletionThread::queueSync(sync); in eglSwapBuffersWithDamageKHR()