Lines Matching refs:triangle
139 struct triangle { struct
401 struct triangle *tri = data; in triangle_frame_callback()
424 triangle_create_egl_surface(struct triangle *tri, int width, int height) in triangle_create_egl_surface()
448 struct triangle *tri = data; in triangle_resize_handler()
465 struct triangle *tri = data; in triangle_redraw_handler()
499 static struct triangle *
502 struct triangle *tri; in triangle_create()
519 triangle_destroy(struct triangle *tri) in triangle_destroy()
541 struct triangle *triangle; member
665 if (app->triangle) { in resize_handler()
666 widget_set_allocation(app->triangle->widget, in resize_handler()
750 app->triangle = triangle_create(app->window, app->egl); in demoapp_create()
766 if (app->triangle) in demoapp_destroy()
767 triangle_destroy(app->triangle); in demoapp_destroy()