Home
last modified time | relevance | path

Searched refs:EGL_UNSIGNALED_KHR (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DSync.hpp32 status = EGL_UNSIGNALED_KHR; in FenceSync()
H A DlibEGL.cpp1497 *value = eglSync->isSignaled() ? EGL_SIGNALED_KHR : EGL_UNSIGNALED_KHR; in GetSyncAttrib()
/third_party/mesa3d/src/egl/main/
H A Deglsync.c93 sync->SyncStatus = EGL_UNSIGNALED_KHR; in _eglInitSync()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSyncTest.cpp176 // EGL_SYNC_STATUS_KHR: EGL_UNSIGNALED_KHR or EGL_SIGNALED_KHR in TEST_P()
194 EXPECT_EQ(attribValue, EGL_UNSIGNALED_KHR); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSyncVk.cpp544 *outStatus = signaled ? EGL_SIGNALED_KHR : EGL_UNSIGNALED_KHR; in getStatus()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c3463 dri2_sync->base.SyncStatus = EGL_UNSIGNALED_KHR; in dri2_create_sync()
3497 dri2_sync->base.SyncStatus == EGL_UNSIGNALED_KHR) { in dri2_destroy_sync()
3587 if (dri2_ctx && dri2_sync->base.SyncStatus == EGL_UNSIGNALED_KHR && in dri2_client_wait_sync()
3627 if (dri2_sync->base.SyncStatus == EGL_UNSIGNALED_KHR) { in dri2_client_wait_sync()
3652 if (mode != EGL_SIGNALED_KHR && mode != EGL_UNSIGNALED_KHR) in dri2_signal_sync()
/third_party/vk-gl-cts/modules/egl/
H A DteglSyncTests.cpp1648 TCU_CHECK(status == EGL_SIGNALED_KHR || status == EGL_UNSIGNALED_KHR); in test()
1650 TCU_CHECK(status == EGL_UNSIGNALED_KHR); in test()
/third_party/EGL/api/EGL/
H A Deglext.h300 #define EGL_UNSIGNALED_KHR 0x30F3 macro
/third_party/mesa3d/include/EGL/
H A Deglext.h300 #define EGL_UNSIGNALED_KHR 0x30F3 macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h314 #define EGL_UNSIGNALED_KHR 0x30F3 macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h314 #define EGL_UNSIGNALED_KHR 0x30F3 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h295 #define EGL_UNSIGNALED_KHR 0x30F3 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp5916 if ((mode != EGL_SIGNALED_KHR) && (mode != EGL_UNSIGNALED_KHR)) in ValidateSignalSyncKHR()

Completed in 57 milliseconds