Searched refs:create_image (Results 1 – 5 of 5) sorted by relevance
378 static PFNEGLCREATEIMAGEKHRPROC create_image = NULL; in egl_attach_dmabuf() local398 if (!create_image) in egl_attach_dmabuf()399 EGL_LOAD_PROC(create_image, PFNEGLCREATEIMAGEKHRPROC, in egl_attach_dmabuf()410 if (!create_image || !destroy_image || !image_target_texture_2d) { in egl_attach_dmabuf()415 image = create_image(ctx->egl_display, ctx->egl_context, in egl_attach_dmabuf()
109 function create_image() { function558 create_image $IMAGE $fs
238 static int create_image(const struct image_info *info) in create_image() function483 return create_image(&info); in main()
665 PFNEGLCREATEIMAGEKHRPROC create_image; in glamor_xv_render_dma() local729 create_image = in glamor_xv_render_dma()736 if (!create_image || !destroy_image || !image_target_texture_2d) { in glamor_xv_render_dma()743 image = create_image(glamor_priv->ctx.display, EGL_NO_CONTEXT, in glamor_xv_render_dma()
286 static int create_image(int platform_mode) in create_image() function406 error = create_image(platform_mode); in hibernation_snapshot()