Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 3 of 3) sorted by relevance

/graphics/graphics-core/src/androidTest/java/androidx/graphics/opengl/egl/
DEGLManagerTest.kt465 val sync = eglSpec.eglCreateSyncKHR(EGL_SYNC_NATIVE_FENCE_ANDROID, null) in EGLManager() constant
489 val sync = EGLExt.eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, null) in testEglCreateSyncAndDestroyKHRMethodLinked() constant
500 val sync = EGLExt.eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, null) in testEglGetSyncAttribMethodLinked() constant
518 val sync = EGLExt.eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, null) in testEglClientWaitSyncMethodLinked() constant
560 val sync = eglSpec.eglCreateSyncKHR(EGL_SYNC_FENCE_KHR, null) in testEglCreateAndDestroyFenceSyncKHR() constant
577 val sync = eglSpec.eglCreateSyncKHR(EGL_SYNC_FENCE_KHR, null) in testEglGetSyncAttribKHROutOfBounds() constant
599 val sync = eglSpec.eglCreateSyncKHR(EGL_SYNC_FENCE_KHR, null) in testEglGetSyncAttribKHRNegativeOffset() constant
623 val sync = eglSpec.eglCreateSyncKHR(EGL_SYNC_FENCE_KHR, null) in testEglClientWaitSyncKHR() constant
645 val sync = eglSpec.eglCreateSyncKHR(EGL_SYNC_NATIVE_FENCE_ANDROID, null) in testEglDupNativeFenceFDANDROID() constant
672 val sync = eglSpec.eglCreateSyncKHR(EGL_SYNC_NATIVE_FENCE_ANDROID, null) in testEglDupNativeFenceFDANDROIDawaitForever() constant
/graphics/graphics-core/src/main/cpp/
Degl_utils.cpp289 auto sync = reinterpret_cast<EGLSync>(sync_ptr); in EGLBindings_nDupNativeFenceFDANDROID() local
388 auto sync = reinterpret_cast<EGLSync>(sync_ptr); in EGLBindings_nGetSyncAttribKHR() local
408 auto sync = reinterpret_cast<EGLSync>(sync_ptr); in EGLBindings_nClientWaitSyncKHR() local
430 auto sync = reinterpret_cast<EGLSync>(sync_ptr); in EGLBindings_nDestroySyncKHR() local
/graphics/graphics-core/src/androidTest/java/androidx/graphics/lowlatency/
DGLFrontBufferedRendererTest.kt773 val sync = eglSpec.eglCreateSyncKHR(EGLExt.EGL_SYNC_FENCE_KHR, null) in <lambda>() constant