Home
last modified time | relevance | path

Searched refs:igt_init_fb (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_fb.h126 void igt_init_fb(struct igt_fb *fb, int fd, int width, int height,
Digt_fb.c585 void igt_init_fb(struct igt_fb *fb, int fd, int width, int height, in igt_init_fb() function
725 igt_init_fb(&fb, fd, width, height, drm_format, modifier, in igt_calc_fb_size()
957 igt_init_fb(fb, fd, width, height, format, modifier, in igt_create_bo_for_fb()
987 igt_init_fb(&fb, fd, width, height, format, modifier, in igt_create_bo_with_dimensions()
1545 igt_init_fb(fb, fd, width, height, format, modifier, in igt_create_fb_with_bo_size()
2089 igt_init_fb(&linear->fb, fb->fd, fb->width, fb->height, in setup_linear_mapping()
2255 igt_init_fb(shadow, fd, width, height, in igt_fb_create_cairo_shadow_buffer()
/external/igt-gpu-tools/tests/
Dkms_prime.c106 igt_init_fb(fb, importer_fd, scratch->width, scratch->height, in prepare_fb()