Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c92 eglMakeCurrent(ctx->egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, in egl_free_ctx()
105 if (ctx->egl_surfaces[i] != EGL_NO_SURFACE) in egl_free_ctx()
133 eglMakeCurrent(ctx->egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, in egl_flush_surfaces()
137 if (ctx->egl_surfaces[i] != EGL_NO_SURFACE) { in egl_flush_surfaces()
139 ctx->egl_surfaces[i] = EGL_NO_SURFACE; in egl_flush_surfaces()
168 if (ctx->egl_surfaces[i] == EGL_NO_SURFACE) { in egl_flush_surfaces()
222 ctx->egl_surfaces[i] = EGL_NO_SURFACE; in egl_init_ctx()
290 eglMakeCurrent(ctx->egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, in egl_init_ctx()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor.c38 eglMakeCurrent(glamor_ctx->display, EGL_NO_SURFACE, in glamor_egl_make_current()
39 EGL_NO_SURFACE, EGL_NO_CONTEXT); in glamor_egl_make_current()
41 EGL_NO_SURFACE, EGL_NO_SURFACE, in glamor_egl_make_current()
H A Dxwayland-glamor-eglstream.c290 EGL_NO_SURFACE, EGL_NO_SURFACE, in xwl_eglstream_unref_pixmap_stream()
827 EGL_NO_SURFACE, EGL_NO_SURFACE, in xwl_glamor_eglstream_init_egl()
H A Dxwayland-glamor-gbm.c977 EGL_NO_SURFACE, EGL_NO_SURFACE, in xwl_glamor_gbm_init_egl()
/OK3568_Linux_fs/buildroot/package/efl/
H A D0004-evas_gl_drm-Drop-dependency-on-mesa3d.patch84 if (ob->egl.surface != EGL_NO_SURFACE)
86 ob->egl.surface = EGL_NO_SURFACE;
93 if (ob->egl.surface == EGL_NO_SURFACE)
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c90 eglMakeCurrent(glamor_ctx->display, EGL_NO_SURFACE, in glamor_egl_make_current()
91 EGL_NO_SURFACE, EGL_NO_CONTEXT); in glamor_egl_make_current()
94 EGL_NO_SURFACE, EGL_NO_SURFACE, in glamor_egl_make_current()
923 EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in glamor_egl_cleanup()
1051 EGL_NO_SURFACE, EGL_NO_SURFACE, glamor_egl->context)) { in glamor_egl_init()
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch192 if (eglSurface == EGL_NO_SURFACE) {
194 eglMakeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Degl.h100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro
/OK3568_Linux_fs/external/libmali/include/EGL/
H A Degl.h104 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) macro