Searched refs:EGL_SYNC_FENCE_KHR (Results 1 – 13 of 13) sorted by relevance
66 case EGL_SYNC_FENCE_KHR: return "EGL_SYNC_FENCE_KHR"; in getSyncTypeName()225 case EGL_SYNC_FENCE_KHR: return SyncTest::EXTENSION_FENCE_SYNC; in getSyncTypeExtension()699 if (m_syncType == EGL_SYNC_FENCE_KHR) in test()769 else if (m_syncType == EGL_SYNC_FENCE_KHR) in test()850 else if (m_syncType == EGL_SYNC_FENCE_KHR) in test()1210 if (m_syncType == EGL_SYNC_FENCE_KHR) in test()1285 else if (m_syncType == EGL_SYNC_FENCE_KHR) in test()2187 valid->addChild(new CreateNullAttribsTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR)); in init()2188 valid->addChild(new CreateEmptyAttribsTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR)); in init()2191 valid->addChild(new ClientWaitNoTimeoutTest(m_eglTestCtx, EGL_SYNC_FENCE_KHR)); in init()[all …]
301 m_sync = thread.egl.createSyncKHR(m_display, EGL_SYNC_FENCE_KHR, DE_NULL); in init()
133 (sync->Type == EGL_SYNC_FENCE_KHR || in _eglGetSyncAttrib()142 if (sync->Type != EGL_SYNC_FENCE_KHR && in _eglGetSyncAttrib()
1772 (type == EGL_SYNC_FENCE_KHR || type == EGL_SYNC_NATIVE_FENCE_ANDROID)) in _eglCreateSync()1781 case EGL_SYNC_FENCE_KHR: in _eglCreateSync()
351 EGLSyncKHR eglsync = fEGLCreateSyncKHR(fDisplay, EGL_SYNC_FENCE_KHR, nullptr); in insertFence()
218 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
1321 if(type != EGL_SYNC_FENCE_KHR) in CreateSync()1421 *value = EGL_SYNC_FENCE_KHR; in GetSyncAttrib()
233 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
2887 case EGL_SYNC_FENCE_KHR: in dri2_create_sync()3043 case EGL_SYNC_FENCE_KHR: in dri2_client_wait_sync()
151 #define EGL_SYNC_FENCE_KHR 0x30F9 macro