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.cpp1317 class FrameCompletionThread { class
1321 static FrameCompletionThread thread; in queueSync()
1337 FrameCompletionThread() : mFramesQueued(0), mFramesCompleted(0) { in FrameCompletionThread() function in android::FrameCompletionThread
1338 std::thread thread(&FrameCompletionThread::loop, this); in FrameCompletionThread()
1406 FrameCompletionThread::queueSync(sync); in eglSwapBuffersWithDamageKHRImpl()