Searched refs:EGL_SYNC_REUSABLE_KHR (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/egl/ |
D | teglSyncTests.cpp | 67 case EGL_SYNC_REUSABLE_KHR: return "EGL_SYNC_REUSABLE_KHR"; in getSyncTypeName() 178 case EGL_SYNC_REUSABLE_KHR: return SyncTest::EXTENSION_REUSABLE_SYNC; in getSyncTypeExtension() 269 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "cr… in CreateNullAttribsTest() 291 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateEmptyAttribsTest() 318 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidDisplayTest() 351 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidTypeTest() 384 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidAttribsTest() 422 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidContextTest() 458 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "w… in ClientWaitNoTimeoutTest() 476 else if (m_syncType == EGL_SYNC_REUSABLE_KHR) in iterate() [all …]
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_sync.c | 176 case EGL_SYNC_REUSABLE_KHR: in egl_g3d_create_sync() 205 case EGL_SYNC_REUSABLE_KHR: in egl_g3d_destroy_sync() 243 case EGL_SYNC_REUSABLE_KHR: in egl_g3d_client_wait_sync() 269 if (sync->Type != EGL_SYNC_REUSABLE_KHR) in egl_g3d_signal_sync()
|
/external/mesa3d/src/egl/main/ |
D | eglsync.c | 74 if (!(type == EGL_SYNC_REUSABLE_KHR && dpy->Extensions.KHR_reusable_sync) && in _eglInitSync()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 216 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 136 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|