Searched refs:EGL_SYNC_REUSABLE_KHR (Results 1 – 9 of 9) sorted by relevance
/external/deqp/modules/egl/ |
D | teglSyncTests.cpp | 67 case EGL_SYNC_REUSABLE_KHR: return "EGL_SYNC_REUSABLE_KHR"; in getSyncTypeName() 226 case EGL_SYNC_REUSABLE_KHR: return SyncTest::EXTENSION_REUSABLE_SYNC; in getSyncTypeExtension() 276 if (m_syncType == EGL_SYNC_REUSABLE_KHR) { in init() 322 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "cr… in CreateNullAttribsTest() 370 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateEmptyAttribsTest() 422 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidDisplayTest() 482 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidTypeTest() 544 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidAttribsTest() 608 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "c… in CreateInvalidContextTest() 672 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_NONE, syncType != EGL_SYNC_REUSABLE_KHR, "w… in ClientWaitNoTimeoutTest() [all …]
|
/external/mesa3d/src/egl/main/ |
D | eglsync.c | 135 sync->Type == EGL_SYNC_REUSABLE_KHR || in _eglGetSyncAttrib()
|
D | eglapi.c | 1785 case EGL_SYNC_REUSABLE_KHR: in _eglCreateSync() 1913 if (s->Type == EGL_SYNC_REUSABLE_KHR) in _eglClientWaitSyncCommon() 1922 if (s->Type == EGL_SYNC_REUSABLE_KHR) in _eglClientWaitSyncCommon()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 2846 case EGL_SYNC_REUSABLE_KHR: in dri2_egl_unref_sync() 2916 case EGL_SYNC_REUSABLE_KHR: in dri2_create_sync() 2977 if (dri2_sync->base.Type == EGL_SYNC_REUSABLE_KHR && in dri2_destroy_sync() 3054 case EGL_SYNC_REUSABLE_KHR: in dri2_client_wait_sync() 3118 if (sync->Type != EGL_SYNC_REUSABLE_KHR) in dri2_signal_sync()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 219 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
D | eglwEnumsC.inl | 219 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | eglext.h | 136 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 318 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
/external/swiftshader/include/EGL/ |
D | eglext.h | 318 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|