Searched refs:g2d_init (Results 1 – 6 of 6) sorted by relevance
199 ctx = g2d_init(dev->fd); in g2d_solid_fill_test()250 ctx = g2d_init(dev->fd); in g2d_copy_test()350 ctx = g2d_init(dev->fd); in g2d_move_test()458 ctx = g2d_init(dev->fd); in g2d_copy_with_scale_test()546 ctx = g2d_init(dev->fd); in g2d_blend_test()647 ctx = g2d_init(dev->fd); in g2d_checkerboard_test()
284 ctx = g2d_init(fd); in main()
293 ctx = g2d_init(fd); in main()
20 g2d_init
304 struct g2d_context *g2d_init(int fd);
359 drm_public struct g2d_context *g2d_init(int fd) in g2d_init() function