Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_fb.h131 igt_create_fb_with_bo_size(int fd, int width, int height,
Digt_fb.c1536 igt_create_fb_with_bo_size(int fd, int width, int height, in igt_create_fb_with_bo_size() function
1598 return igt_create_fb_with_bo_size(fd, width, height, format, modifier, in igt_create_fb()
3461 fb_id = igt_create_fb_with_bo_size(src->fd, src->width, in igt_fb_convert_with_stride()
/external/igt-gpu-tools/tests/
Dkms_plane.c446 igt_create_fb_with_bo_size(data->drm_fd, width, height, in test_format_plane_color()
457 igt_create_fb_with_bo_size(data->drm_fd, in test_format_plane_color()
Dkms_flip.c1261 o->fb_ids[1] = igt_create_fb_with_bo_size(drm_fd, o->fb_width, o->fb_height, in run_test_on_crtc_set()
Dkms_frontbuffer_tracking.c494 igt_create_fb_with_bo_size(drm.fd, width, height, format, tiling, in create_fb()