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

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglsync.c94 sync->SyncFd = EGL_NO_NATIVE_FENCE_FD_ANDROID;
103 if (sync->SyncFd == EGL_NO_NATIVE_FENCE_FD_ANDROID)
H A Deglapi.c2113 RETURN_EGL_ERROR(disp, EGL_BAD_PARAMETER, EGL_NO_NATIVE_FENCE_FD_ANDROID);
2115 _EGL_CHECK_SYNC(disp, s, EGL_NO_NATIVE_FENCE_FD_ANDROID, drv);
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglsync.c94 sync->SyncFd = EGL_NO_NATIVE_FENCE_FD_ANDROID;
103 if (sync->SyncFd == EGL_NO_NATIVE_FENCE_FD_ANDROID)
H A Deglapi.c2157 RETURN_EGL_ERROR(disp, EGL_BAD_PARAMETER, EGL_NO_NATIVE_FENCE_FD_ANDROID);
2159 _EGL_CHECK_SYNC(disp, s, EGL_NO_NATIVE_FENCE_FD_ANDROID);
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c2955 if (dri2_sync->base.SyncFd != EGL_NO_NATIVE_FENCE_FD_ANDROID)
3107 if (sync->SyncFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) {
3115 if (sync->SyncFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) {
3118 return EGL_NO_NATIVE_FENCE_FD_ANDROID;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c3345 if (dri2_sync->base.SyncFd != EGL_NO_NATIVE_FENCE_FD_ANDROID)
3496 if (sync->SyncFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) {
3504 if (sync->SyncFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) {
3507 return EGL_NO_NATIVE_FENCE_FD_ANDROID;
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Deglext.h549 #define EGL_NO_NATIVE_FENCE_FD_ANDROID -1 macro
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Deglext.h534 #define EGL_NO_NATIVE_FENCE_FD_ANDROID -1 macro
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h213 #define EGL_NO_NATIVE_FENCE_FD_ANDROID -1 macro

Completed in 58 milliseconds