Searched refs:EGL_NO_SURFACE (Results 1 – 6 of 6) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | EglSurface.h | 74 return surface == EGL_NO_SURFACE && bound_ctx == 0U; in disposable() 77 EGLSurface surface = EGL_NO_SURFACE;
|
D | RenderControl.cpp | 463 surface->surface = EGL_NO_SURFACE; in rcDestroyWindowSurface() 499 assert(surface->surface == EGL_NO_SURFACE && "Pbuffer set twice"); in rcSetWindowColorBuffer() 512 if (surface->surface == EGL_NO_SURFACE) { in rcSetWindowColorBuffer()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 189 if ((surface) != EGL_NO_SURFACE) { \ 208 read(EGL_NO_SURFACE), in EGLContext_t() 209 draw(EGL_NO_SURFACE), in EGLContext_t() 1151 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE); in eglCreateWindowSurface() 1158 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE); in eglCreateWindowSurface() 1162 setErrorReturn(EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE); in eglCreateWindowSurface() 1168 setErrorReturn(EGL_BAD_ALLOC, EGL_NO_SURFACE); in eglCreateWindowSurface() 1183 setErrorReturn(EGL_BAD_MATCH, EGL_NO_SURFACE); in eglCreatePbufferSurface() 1194 if (w < 0) setErrorReturn(EGL_BAD_PARAMETER, EGL_NO_SURFACE); in eglCreatePbufferSurface() 1198 if (h < 0) setErrorReturn(EGL_BAD_PARAMETER, EGL_NO_SURFACE); in eglCreatePbufferSurface() [all …]
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 326 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/camera/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 275 eglMakeCurrent( EGL_NO_DISPLAY, EGL_NO_SURFACE, in free_gl_surface() 276 EGL_NO_SURFACE, EGL_NO_CONTEXT ); in free_gl_surface() 379 if (mEglSurface == EGL_NO_SURFACE) { in init_gl_surface()
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | egl.h | 71 #define EGL_NO_SURFACE ((EGLSurface)0) macro
|