Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsync.c80 sync->SyncStatus = EGL_UNSIGNALED_KHR; in _eglInitSync()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl205 #define EGL_UNSIGNALED_KHR 0x30F3 macro
/external/mesa3d/include/EGL/
Deglext.h132 #define EGL_UNSIGNALED_KHR 0x30F3 macro
/external/deqp/modules/egl/
DteglSyncTests.cpp728 TCU_CHECK(status == EGL_SIGNALED_KHR || status == EGL_UNSIGNALED_KHR); in iterate()
730 TCU_CHECK(status == EGL_UNSIGNALED_KHR); in iterate()