Searched refs:g2d_init (Results 1 – 6 of 6) sorted by relevance
193 ctx = g2d_init(dev->fd); in g2d_solid_fill_test()244 ctx = g2d_init(dev->fd); in g2d_copy_test()343 ctx = g2d_init(dev->fd); in g2d_move_test()451 ctx = g2d_init(dev->fd); in g2d_copy_with_scale_test()537 ctx = g2d_init(dev->fd); in g2d_blend_test()636 ctx = g2d_init(dev->fd); in g2d_checkerboard_test()
277 ctx = g2d_init(fd); in main()
293 ctx = g2d_init(fd); in main()
32 g2d_init
291 struct g2d_context *g2d_init(int fd);
364 struct g2d_context *g2d_init(int fd) in g2d_init() function