Home
last modified time | relevance | path

Searched refs:igt_get_cairo_surface (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_fb.h180 cairo_surface_t *igt_get_cairo_surface(int fd, struct igt_fb *fb);
Digt_chamelium.c1498 fb_surface = igt_get_cairo_surface(chamelium->drm_fd, fb); in chamelium_assert_frame_eq()
1548 reference = igt_get_cairo_surface(chamelium->drm_fd, fb); in chamelium_assert_crc_eq_or_dump()
1593 reference = igt_get_cairo_surface(chamelium->drm_fd, fb); in chamelium_assert_frame_match_or_dump()
1825 fb_surface = igt_get_cairo_surface(fd, fb); in chamelium_calculate_fb_crc()
1868 fb_crc->fb_surface = igt_get_cairo_surface(fd, fb); in chamelium_calculate_fb_crc_async_start()
Digt_fb.c3323 cairo_surface_t *igt_get_cairo_surface(int fd, struct igt_fb *fb) in igt_get_cairo_surface() function
3376 surface = igt_get_cairo_surface(fd, fb); in igt_get_cairo_ctx()
3457 cairo_surface_t *surf = igt_get_cairo_surface(src->fd, src); in igt_fb_convert_with_stride()
/external/igt-gpu-tools/tests/
Dkms_chamelium.c2217 surface = igt_get_cairo_surface(data->drm_fd, fb); in blit_plane_cairo()
2387 result_surface = igt_get_cairo_surface(data->drm_fd, &result_fb); in test_display_planes_random()