Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglSyncTests.cpp82 EXTENSION_REUSABLE_SYNC = (0x1 << 2) enumerator
134 foundExtensions = (SyncTest::Extension)(foundExtensions | SyncTest::EXTENSION_REUSABLE_SYNC); in requiredEGLExtensions()
145 if ((missingExtensions & SyncTest::EXTENSION_REUSABLE_SYNC) != 0) in requiredEGLExtensions()
176 case EGL_SYNC_REUSABLE_KHR: return SyncTest::EXTENSION_REUSABLE_SYNC; in getSyncTypeExtension()