Searched refs:EGL_SIGNALED_KHR (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Sync.hpp | 43 void signal() { status = EGL_SIGNALED_KHR; } in signal() 44 bool isSignaled() const { return status == EGL_SIGNALED_KHR; } in isSignaled()
|
H A D | libEGL.cpp | 1497 *value = eglSync->isSignaled() ? EGL_SIGNALED_KHR : EGL_UNSIGNALED_KHR; in GetSyncAttrib()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglsync.c | 132 if (sync->SyncStatus != EGL_SIGNALED_KHR && in _eglGetSyncAttrib()
|
H A D | eglapi.c | 1994 if (s->SyncStatus == EGL_SIGNALED_KHR) in _eglClientWaitSyncCommon()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLSyncTest.cpp | 176 // EGL_SYNC_STATUS_KHR: EGL_UNSIGNALED_KHR or EGL_SIGNALED_KHR in TEST_P() 192 if (attribValue != EGL_SIGNALED_KHR) in TEST_P() 232 EXPECT_EQ(value, EGL_SIGNALED_KHR); 343 EXPECT_EQ(value, EGL_SIGNALED_KHR); 404 EXPECT_EQ(value, EGL_SIGNALED_KHR); 420 EXPECT_EQ(value, EGL_SIGNALED_KHR); 495 EXPECT_EQ(value, EGL_SIGNALED_KHR); 513 EXPECT_EQ(value, EGL_SIGNALED_KHR);
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSyncTests.cpp | 1200 EGLBoolean ret = egl.signalSyncKHR(m_eglDisplay, m_sync, EGL_SIGNALED_KHR); in test() 1202 m_eglDisplay << ", " << m_sync << ", EGL_SIGNALED_KHR)" << in test() 1281 EGLBoolean ret = egl.signalSyncKHR(m_eglDisplay, m_sync, EGL_SIGNALED_KHR); in test() 1283 m_eglDisplay << ", " << m_sync << ", EGL_SIGNALED_KHR)" << in test() 1365 EGLBoolean ret = egl.signalSyncKHR(m_eglDisplay, m_sync, EGL_SIGNALED_KHR); in test() 1367 m_eglDisplay << ", " << m_sync << ", EGL_SIGNALED_KHR)" << in test() 1648 TCU_CHECK(status == EGL_SIGNALED_KHR || status == EGL_UNSIGNALED_KHR); in test() 1716 EGLBoolean ret = egl.signalSyncKHR(m_eglDisplay, m_sync, EGL_SIGNALED_KHR); in test() 1718 m_eglDisplay << ", " << m_sync << ", EGL_SIGNALED_KHR)" << in test() 1773 EGL_SIGNALED_KHR); in iterate() [all...] |
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 3432 dri2_sync->base.SyncStatus = EGL_SIGNALED_KHR; in dri2_create_sync() 3498 dri2_sync->base.SyncStatus = EGL_SIGNALED_KHR; in dri2_destroy_sync() 3581 dri2_sync->base.SyncStatus = EGL_SIGNALED_KHR; in dri2_client_wait_sync() 3600 if (dri2_sync->base.SyncStatus != EGL_SIGNALED_KHR) { in dri2_client_wait_sync() 3652 if (mode != EGL_SIGNALED_KHR && mode != EGL_UNSIGNALED_KHR) in dri2_signal_sync() 3657 if (mode == EGL_SIGNALED_KHR) { in dri2_signal_sync()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SyncVk.cpp | 544 *outStatus = signaled ? EGL_SIGNALED_KHR : EGL_UNSIGNALED_KHR; in getStatus()
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 299 #define EGL_SIGNALED_KHR 0x30F2 macro
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 299 #define EGL_SIGNALED_KHR 0x30F2 macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 313 #define EGL_SIGNALED_KHR 0x30F2 macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 313 #define EGL_SIGNALED_KHR 0x30F2 macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext.h | 294 #define EGL_SIGNALED_KHR 0x30F2 macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL.cpp | 5916 if ((mode != EGL_SIGNALED_KHR) && (mode != EGL_UNSIGNALED_KHR)) in ValidateSignalSyncKHR()
|
Completed in 45 milliseconds