Home | History | Annotate | Download | only in EGL

Lines Matching refs:EGL_NO_SYNC_KHR

1344     if (!dp) return EGL_NO_SYNC_KHR;
1349 return setError(EGL_BAD_CONTEXT, EGL_NO_SYNC_KHR);
1352 EGLSyncKHR result = EGL_NO_SYNC_KHR;
1356 if (sync == EGL_NO_SYNC_KHR)