Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/
DEglSurface.h74 return surface == EGL_NO_SURFACE && bound_ctx == 0U; in disposable()
77 EGLSurface surface = EGL_NO_SURFACE;
DRenderControl.cpp463 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/
Degl.cpp189 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/
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/camera/
DEmulatedFakeRotatingCameraDevice.cpp275 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/
Degl.h71 #define EGL_NO_SURFACE ((EGLSurface)0) macro