Home
last modified time | relevance | path

Searched refs:EGL_BAD_ALLOC (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp488 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()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h80 #define EGL_BAD_ALLOC 0x3003 macro