Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp1298 class FrameCompletionThread { class
1302 static FrameCompletionThread thread; in queueSync()
1318 FrameCompletionThread() : mFramesQueued(0), mFramesCompleted(0) { in FrameCompletionThread() function in android::FrameCompletionThread
1319 std::thread thread(&FrameCompletionThread::loop, this); in FrameCompletionThread()
1387 FrameCompletionThread::queueSync(sync); in eglSwapBuffersWithDamageKHRImpl()