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.cpp491 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreateWindowSurface()
496 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreateWindowSurface()
500 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreateWindowSurface()
516 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreatePbufferSurface()
561 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreatePixmapSurface()
566 RETURN_ERROR(EGL_NO_SURFACE,EGL_BAD_ALLOC); in eglCreatePixmapSurface()
570 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