Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c73 EGLSurface egl_surfaces[MAX_NUM_SURFACES]; member
105 if (ctx->egl_surfaces[i] != EGL_NO_SURFACE) in egl_free_ctx()
106 eglDestroySurface(ctx->egl_display, ctx->egl_surfaces[i]); in egl_free_ctx()
137 if (ctx->egl_surfaces[i] != EGL_NO_SURFACE) { in egl_flush_surfaces()
138 eglDestroySurface(ctx->egl_display, ctx->egl_surfaces[i]); in egl_flush_surfaces()
139 ctx->egl_surfaces[i] = EGL_NO_SURFACE; in egl_flush_surfaces()
165 ctx->egl_surfaces[i] = 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()
459 eglMakeCurrent(ctx->egl_display, ctx->egl_surfaces[ctx->current_surface], in egl_convert_fb()
[all …]