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 136 foundExtensions = (SyncTest::Extension)(foundExtensions | SyncTest::EXTENSION_WAIT_SYNC); in requiredEGLExtensions() 148 if ((missingExtensions & SyncTest::EXTENSION_WAIT_SYNC) != 0) in requiredEGLExtensions() 988 …tCtx, EGLenum syncType) : SyncTest(eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, "wait_serv… in WaitSyncTest() 1015 …tCtx, EGLenum syncType) : SyncTest(eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, "wait_serv… in WaitSyncInvalidDisplayTest() 1049 …tCtx, EGLenum syncType) : SyncTest(eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, "wait_serv… in WaitSyncInvalidSyncTest() 1079 …tCtx, EGLenum syncType) : SyncTest(eglTestCtx, syncType, SyncTest::EXTENSION_WAIT_SYNC, "wait_serv… in WaitSyncInvalidFlagTest()
|