Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.h238 void queueSync(EGLSyncKHR sync) EXCLUDES(mMutex);
DGLESRenderEngine.cpp488 mFlushTracer->queueSync(eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr)); in flush()
508 mFlushTracer->queueSync(eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr)); in finish()
1458 void GLESRenderEngine::FlushTracer::queueSync(EGLSyncKHR sync) { in queueSync() function in android::renderengine::gl::GLESRenderEngine::FlushTracer
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp1301 static void queueSync(EGLSyncKHR sync) { in queueSync() function in android::FrameCompletionThread
1387 FrameCompletionThread::queueSync(sync); in eglSwapBuffersWithDamageKHRImpl()