Searched refs:dri2_create_image_khr (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_surfaceless.c | 237 .create_image = dri2_create_image_khr,
|
D | egl_dri2.h | 395 dri2_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp,
|
D | platform_x11_dri3.c | 326 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list); in dri3_create_image_khr()
|
D | platform_x11.c | 1103 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list); in dri2_x11_create_image_khr() 1137 .create_image = dri2_create_image_khr,
|
D | platform_drm.c | 462 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list); in dri2_drm_create_image_khr()
|
D | platform_wayland.c | 1238 .create_image = dri2_create_image_khr, 1948 .create_image = dri2_create_image_khr,
|
D | platform_android.c | 950 return dri2_create_image_khr(drv, disp, ctx, target, buffer, attr_list); in droid_create_image_khr()
|
D | egl_dri2.c | 2643 dri2_create_image_khr(_EGLDriver *drv, _EGLDisplay *disp, in dri2_create_image_khr() function
|