Home
last modified time | relevance | path

Searched refs:EGL_NO_SURFACE (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl.cpp165 if ((surface) != EGL_NO_SURFACE) { \
177 read(EGL_NO_SURFACE), in EGLContext_t()
178 draw(EGL_NO_SURFACE), in EGLContext_t()
863 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE); in eglCreateWindowSurface()
870 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE); in eglCreateWindowSurface()
874 setErrorReturn(EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE); in eglCreateWindowSurface()
880 setErrorReturn(EGL_BAD_ALLOC, EGL_NO_SURFACE); in eglCreateWindowSurface()
895 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE); in eglCreatePbufferSurface()
906 if (w < 0) setErrorReturn(EGL_BAD_PARAMETER, EGL_NO_SURFACE); in eglCreatePbufferSurface()
910 if (h < 0) setErrorReturn(EGL_BAD_PARAMETER, EGL_NO_SURFACE); in eglCreatePbufferSurface()
[all …]
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl.cpp326 if (surface != EGL_NO_SURFACE) { in eglCreateWindowSurface()
338 if (surface != EGL_NO_SURFACE) { in eglCreatePbufferSurface()
350 if (surface != EGL_NO_SURFACE) { in eglCreatePixmapSurface()
362 if (res && surface != EGL_NO_SURFACE) { in eglDestroySurface()
504 (uint32_t) (draw == EGL_NO_SURFACE ? 0 : draw), in eglMakeCurrent()
505 (uint32_t) (read == EGL_NO_SURFACE ? 0 : read), in eglMakeCurrent()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h71 #define EGL_NO_SURFACE ((EGLSurface)0) macro