Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c378 static PFNEGLCREATEIMAGEKHRPROC create_image = NULL; in egl_attach_dmabuf() local
398 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()
/OK3568_Linux_fs/u-boot/test/fs/
H A Dfs-test.sh109 function create_image() { function
558 create_image $IMAGE $fs
/OK3568_Linux_fs/u-boot/tools/
H A Dsunxi-spl-image-builder.c238 static int create_image(const struct image_info *info) in create_image() function
483 return create_image(&info); in main()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_xv.c665 PFNEGLCREATEIMAGEKHRPROC create_image; in glamor_xv_render_dma() local
729 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()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dhibernate.c286 static int create_image(int platform_mode) in create_image() function
406 error = create_image(platform_mode); in hibernation_snapshot()