Home
last modified time | relevance | path

Searched refs:EGL_SYNC_NATIVE_FENCE_ANDROID (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/egl/main/
H A Deglsync.c63 if (sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID) { in _eglParseSyncAttribList()
102 case EGL_SYNC_NATIVE_FENCE_ANDROID: in _eglInitSync()
136 sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID)) in _eglGetSyncAttrib()
144 sync->Type != EGL_SYNC_NATIVE_FENCE_ANDROID) in _eglGetSyncAttrib()
H A Deglapi.c1862 (type == EGL_SYNC_FENCE_KHR || type == EGL_SYNC_NATIVE_FENCE_ANDROID)) in _eglCreateSync()
1884 case EGL_SYNC_NATIVE_FENCE_ANDROID: in _eglCreateSync()
2169 * type is not EGL_SYNC_NATIVE_FENCE_ANDROID, but this seems in eglDupNativeFenceFDANDROID()
2172 if (!(s && (s->Type == EGL_SYNC_NATIVE_FENCE_ANDROID))) in eglDupNativeFenceFDANDROID()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DEGLSync.cpp31 case EGL_SYNC_NATIVE_FENCE_ANDROID: in Sync()
48 if ((mType == EGL_SYNC_NATIVE_FENCE_ANDROID) && in Sync()
H A DvalidationEGL.cpp1268 case EGL_SYNC_NATIVE_FENCE_ANDROID: in ValidateCreateSyncBase()
1358 case EGL_SYNC_NATIVE_FENCE_ANDROID: in ValidateGetSyncAttribBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSyncEGL.cpp41 ASSERT(type == EGL_SYNC_FENCE_KHR || type == EGL_SYNC_NATIVE_FENCE_ANDROID); in initialize()
44 if (type == EGL_SYNC_NATIVE_FENCE_ANDROID) in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSyncVk.cpp467 case EGL_SYNC_NATIVE_FENCE_ANDROID: in initialize()
552 case EGL_SYNC_NATIVE_FENCE_ANDROID: in dupNativeFenceFD()
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp315 EGLSyncKHR eglsync = fEGLCreateSyncKHR(eglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flushSurfaceAndSignalSemaphore()
317 ERRORF(reporter, "Failed to create EGLSync for EGL_SYNC_NATIVE_FENCE_ANDROID\n"); in flushSurfaceAndSignalSemaphore()
341 EGLSyncKHR eglsync = fEGLCreateSyncKHR(eglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attr); in importAndWaitOnSemaphore()
/third_party/vk-gl-cts/modules/egl/
H A DteglSyncTests.cpp61 #define EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144 macro
76 case EGL_SYNC_NATIVE_FENCE_ANDROID: in getSyncTypeName()
77 return "EGL_SYNC_NATIVE_FENCE_ANDROID"; in getSyncTypeName()
739 EGL_SYNC_NATIVE_FENCE_ANDROID,
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c3369 case EGL_SYNC_NATIVE_FENCE_ANDROID: in dri2_egl_unref_sync()
3466 case EGL_SYNC_NATIVE_FENCE_ANDROID: in dri2_create_sync()
3519 assert(sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID); in dri2_dup_native_fence_fd()
3576 case EGL_SYNC_NATIVE_FENCE_ANDROID: in dri2_client_wait_sync()
/third_party/EGL/api/EGL/
H A Deglext.h536 #define EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144 macro
/third_party/mesa3d/include/EGL/
H A Deglext.h536 #define EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144 macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h546 #define EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144 macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h546 #define EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h531 #define EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144 macro

Completed in 43 milliseconds