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() 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/egl/main/ |
D | eglsync.c | 135 sync->Type == EGL_SYNC_REUSABLE_KHR || in _eglGetSyncAttrib()
|
D | eglapi.c | 1643 case EGL_SYNC_REUSABLE_KHR: in _eglCreateSync() 1760 if (s->Type == EGL_SYNC_REUSABLE_KHR) in eglClientWaitSync() 1769 if (s->Type == EGL_SYNC_REUSABLE_KHR) in eglClientWaitSync()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 2535 case EGL_SYNC_REUSABLE_KHR: in dri2_egl_unref_sync() 2605 case EGL_SYNC_REUSABLE_KHR: in dri2_create_sync() 2666 if (dri2_sync->base.Type == EGL_SYNC_REUSABLE_KHR && in dri2_destroy_sync() 2748 case EGL_SYNC_REUSABLE_KHR: in dri2_client_wait_sync() 2806 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 | 302 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|
/external/swiftshader/include/EGL/ |
D | eglext.h | 318 #define EGL_SYNC_REUSABLE_KHR 0x30FA macro
|