Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c68 struct gbm_surface *gbm_surfaces[MAX_NUM_SURFACES]; member
117 if (ctx->gbm_surfaces[i]) in egl_free_ctx()
118 gbm_surface_destroy(ctx->gbm_surfaces[i]); in egl_free_ctx()
144 if (ctx->gbm_surfaces[i]) { in egl_flush_surfaces()
145 gbm_surface_destroy(ctx->gbm_surfaces[i]); in egl_flush_surfaces()
146 ctx->gbm_surfaces[i] = NULL; in egl_flush_surfaces()
152 ctx->gbm_surfaces[i] = in egl_flush_surfaces()
156 ctx->gbm_surfaces[i] = in egl_flush_surfaces()
160 if (!ctx->gbm_surfaces[i]) { in egl_flush_surfaces()
167 (EGLNativeWindowType)ctx->gbm_surfaces[i], NULL); in egl_flush_surfaces()
[all …]