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

/external/chromium_org/third_party/angle/include/EGL/
H A Deglext.h478 #ifndef EGL_KHR_wait_sync
479 #define EGL_KHR_wait_sync 1 macro
/external/chromium_org/third_party/khronos/EGL/
H A Deglext.h467 #ifndef EGL_KHR_wait_sync
468 #define EGL_KHR_wait_sync 1 macro
/external/deqp/modules/egl/
H A DteglSyncTests.cpp38 #ifndef EGL_KHR_wait_sync
39 #define EGL_KHR_wait_sync 1 macro
44 #endif /* EGL_KHR_wait_sync */
151 else if (extension == "EGL_KHR_wait_sync")
165 throw tcu::NotSupportedError("EGL_KHR_wait_sync not supported", "", __FILE__, __LINE__);
H A DteglGLES2SharingThreadedTests.cpp49 #ifndef EGL_KHR_wait_sync
50 #define EGL_KHR_wait_sync 1 macro
55 #endif /* EGL_KHR_wait_sync */
2180 requireEGLExtension(m_eglDisplay, "EGL_KHR_wait_sync");
3032 requireEGLExtension(m_eglDisplay, "EGL_KHR_wait_sync");
5228 tcu::TestCaseGroup* simpleTestsServerSync = new TestCaseGroup(m_eglTestCtx, "simple_egl_server_sync", "Simple multithreaded tests with EGL_KHR_fence_sync and EGL_KHR_wait_sync");
5232 TestCaseGroup* randomTestsServerSync = new TestCaseGroup(m_eglTestCtx, "random_egl_server_sync", "Random tests with EGL_KHR_fence_sync and EGL_KHR_wait_sync");

Completed in 303 milliseconds