Home
last modified time | relevance | path

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

/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp351 EGLSyncKHR eglsync = fEGLCreateSyncKHR(fDisplay, EGL_SYNC_FENCE_KHR, nullptr); in insertFence() local
352 return reinterpret_cast<sk_gpu_test::PlatformFence>(eglsync); in insertFence()
356 EGLSyncKHR eglsync = reinterpret_cast<EGLSyncKHR>(platformFence); in waitFence() local
359 eglsync, in waitFence()
365 EGLSyncKHR eglsync = reinterpret_cast<EGLSyncKHR>(platformFence); in deleteFence() local
366 fEGLDestroySyncKHR(fDisplay, eglsync); in deleteFence()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp351 EGLSyncKHR eglsync = fEGLCreateSyncKHR(fDisplay, EGL_SYNC_FENCE_KHR, nullptr); in insertFence() local
352 return reinterpret_cast<sk_gpu_test::PlatformFence>(eglsync); in insertFence()
356 EGLSyncKHR eglsync = reinterpret_cast<EGLSyncKHR>(platformFence); in waitFence() local
359 eglsync, in waitFence()
365 EGLSyncKHR eglsync = reinterpret_cast<EGLSyncKHR>(platformFence); in deleteFence() local
366 fEGLDestroySyncKHR(fDisplay, eglsync); in deleteFence()
/external/mesa3d/src/egl/
DMakefile.sources26 main/eglsync.c \
27 main/eglsync.h \
Dmeson.build52 'main/eglsync.c',
53 'main/eglsync.h',
/external/skia/tests/
DVkHardwareBufferTest.cpp313 EGLSyncKHR eglsync = fEGLCreateSyncKHR(eglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flushSurfaceAndSignalSemaphore() local
314 if (EGL_NO_SYNC_KHR == eglsync) { in flushSurfaceAndSignalSemaphore()
321 fFdHandle = fEGLDupNativeFenceFDANDROID(eglDisplay, eglsync); in flushSurfaceAndSignalSemaphore()
323 EGLint result = fEGLDestroySyncKHR(eglDisplay, eglsync); in flushSurfaceAndSignalSemaphore()
339 EGLSyncKHR eglsync = fEGLCreateSyncKHR(eglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attr); in importAndWaitOnSemaphore() local
340 if (EGL_NO_SYNC_KHR == eglsync) { in importAndWaitOnSemaphore()
345 EGLint result = fEGLWaitSyncKHR(eglDisplay, eglsync, 0); in importAndWaitOnSemaphore()
350 result = fEGLDestroySyncKHR(eglDisplay, eglsync); in importAndWaitOnSemaphore()
/external/skqp/tests/
DVkHardwareBufferTest.cpp313 EGLSyncKHR eglsync = fEGLCreateSyncKHR(eglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flushSurfaceAndSignalSemaphore() local
314 if (EGL_NO_SYNC_KHR == eglsync) { in flushSurfaceAndSignalSemaphore()
321 fFdHandle = fEGLDupNativeFenceFDANDROID(eglDisplay, eglsync); in flushSurfaceAndSignalSemaphore()
323 EGLint result = fEGLDestroySyncKHR(eglDisplay, eglsync); in flushSurfaceAndSignalSemaphore()
339 EGLSyncKHR eglsync = fEGLCreateSyncKHR(eglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attr); in importAndWaitOnSemaphore() local
340 if (EGL_NO_SYNC_KHR == eglsync) { in importAndWaitOnSemaphore()
345 EGLint result = fEGLWaitSyncKHR(eglDisplay, eglsync, 0); in importAndWaitOnSemaphore()
350 result = fEGLDestroySyncKHR(eglDisplay, eglsync); in importAndWaitOnSemaphore()