Home
last modified time | relevance | path

Searched refs:EGL_SYNC_REUSABLE_KHR (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglSyncTests.cpp74 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 DEGLSync.cpp35 case EGL_SYNC_REUSABLE_KHR: in Sync()
H A DvalidationEGL.cpp1315 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 Deglsync.c135 sync->Type == EGL_SYNC_REUSABLE_KHR || in _eglGetSyncAttrib()
H A Deglapi.c1876 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 Degl_dri2.c3366 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 Deglext.h304 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
/third_party/mesa3d/include/EGL/
H A Deglext.h304 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h318 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h318 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h299 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro

Completed in 38 milliseconds