Searched refs:EXTENSION_WAIT_SYNC (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglSyncTests.cpp | 80 EXTENSION_WAIT_SYNC = (0x1 << 0), enumerator 138 foundExtensions = (SyncTest::Extension)(foundExtensions | SyncTest::EXTENSION_WAIT_SYNC); in requiredEGLExtensions() 150 if ((missingExtensions & SyncTest::EXTENSION_WAIT_SYNC) != 0) in requiredEGLExtensions() 1063 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server", "wait_server… in WaitSyncTest() 1093 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_displa… in WaitSyncInvalidDisplayTest() 1130 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_sync",… in WaitSyncInvalidSyncTest() 1163 …: SyncTest (eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, true, "wait_server_invalid_flag",… in WaitSyncInvalidFlagTest()
|