Searched refs:get_formats (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dri3/ |
| H A D | dri3_screen.c | 173 if (info->version < 2 || !info->get_formats || !info->get_modifiers) { in cache_formats_and_modifiers() 180 if (!info->get_formats(screen, &num_formats, &formats)) in cache_formats_and_modifiers()
|
| H A D | dri3.h | 100 dri3_get_formats_proc get_formats; member
|
| H A D | dri3_request.c | 42 dri3->info->get_formats && dri3->info->get_modifiers && in dri3_screen_can_one_point_two()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dri3.c | 187 .get_formats = ms_exa_get_formats,
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | pxa_camera.c | 718 int (*get_formats)(struct v4l2_device *, unsigned int, in pxa_mbus_build_fmts_xlate() 738 ret = get_formats(v4l2_dev, i, NULL); in pxa_mbus_build_fmts_xlate() 754 ret = get_formats(v4l2_dev, i, user_formats + fmts); in pxa_mbus_build_fmts_xlate()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_egl.c | 867 .get_formats = glamor_get_formats,
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-gbm.c | 669 .get_formats = glamor_get_formats,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 6446 info->get_formats, info->get_modifiers. Unfortunately we can't simply
|