Searched refs:EGL_SYNC_REUSABLE_KHR (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSyncTests.cpp | 74 case EGL_SYNC_REUSABLE_KHR: return "EGL_SYNC_REUSABLE_KHR"; in getSyncTypeName() 239 case EGL_SYNC_REUSABLE_KHR: return SyncTest::EXTENSION_REUSABLE_SYNC; in getSyncTypeExtension() 289 if (m_syncType == EGL_SYNC_REUSABLE_KHR) { in init() 759 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_null_attribs", "create_null_attribs") in CreateNullAttribsTest() 807 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_empty_attribs", "create_empty_attribs") in CreateEmptyAttribsTest() 859 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_invalid_display", "create_invalid_display") in CreateInvalidDisplayTest() 919 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_invalid_type", "create_invalid_type") in CreateInvalidTypeTest() 981 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_invalid_attribs", "create_invalid_attribs") in CreateInvalidAttribsTest() 1045 : SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "create_invalid_contex in CreateInvalidContextTest() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | EGLSync.cpp | 35 case EGL_SYNC_REUSABLE_KHR: in Sync()
|
H A D | validationEGL.cpp | 1315 case EGL_SYNC_REUSABLE_KHR: in ValidateCreateSyncBase() 5908 if (sync->getType() == EGL_SYNC_REUSABLE_KHR) in ValidateSignalSyncKHR()
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglsync.c | 135 sync->Type == EGL_SYNC_REUSABLE_KHR || in _eglGetSyncAttrib()
|
H A D | eglapi.c | 1876 case EGL_SYNC_REUSABLE_KHR: in _eglCreateSync() 1997 /* if sync type is EGL_SYNC_REUSABLE_KHR, dpy should be in _eglClientWaitSyncCommon() 2002 if (s->Type == EGL_SYNC_REUSABLE_KHR) in _eglClientWaitSyncCommon() 2011 if (s->Type == EGL_SYNC_REUSABLE_KHR) in _eglClientWaitSyncCommon()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 3366 case EGL_SYNC_REUSABLE_KHR: in dri2_egl_unref_sync() 3435 case EGL_SYNC_REUSABLE_KHR: in dri2_create_sync() 3492 /* if type of sync is EGL_SYNC_REUSABLE_KHR and it is not signaled yet, in dri2_destroy_sync() 3496 if (dri2_sync->base.Type == EGL_SYNC_REUSABLE_KHR && in dri2_destroy_sync() 3586 case EGL_SYNC_REUSABLE_KHR: in dri2_client_wait_sync() 3649 if (sync->Type != EGL_SYNC_REUSABLE_KHR) in dri2_signal_sync()
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 304 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 304 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 318 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 318 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext.h | 299 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
Completed in 38 milliseconds