Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.h253 void queueSync(EGLSyncKHR sync) EXCLUDES(mMutex);
DGLESRenderEngine.cpp474 mFlushTracer->queueSync(eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr)); in flush()
494 mFlushTracer->queueSync(eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr)); in finish()
1643 void GLESRenderEngine::FlushTracer::queueSync(EGLSyncKHR sync) { in queueSync() function in android::renderengine::gl::GLESRenderEngine::FlushTracer
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp1314 static void queueSync(EGLSyncKHR sync) { in queueSync() function in android::FrameCompletionThread
1403 FrameCompletionThread::queueSync(sync); in eglSwapBuffersWithDamageKHRImpl()