Searched refs:EXTENSION_REUSABLE_SYNC (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglSyncTests.cpp82 EXTENSION_REUSABLE_SYNC = (0x1 << 2) enumerator in enum:deqp::egl::__anon4913::SyncTest::Extension
136 foundExtensions = (SyncTest::Extension)(foundExtensions | SyncTest::EXTENSION_REUSABLE_SYNC);
147 if ((missingExtensions & SyncTest::EXTENSION_REUSABLE_SYNC) != 0)
178 case EGL_SYNC_REUSABLE_KHR: return SyncTest::EXTENSION_REUSABLE_SYNC;

Completed in 79 milliseconds