Searched refs:EGL_BAD_ALLOC (Results 1 – 2 of 2) sorted by relevance
488 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreateWindowSurface()493 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreateWindowSurface()497 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreateWindowSurface()513 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreatePbufferSurface()558 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreatePixmapSurface()563 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreatePixmapSurface()567 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreatePixmapSurface()
80 #define EGL_BAD_ALLOC 0x3003 macro