Home
last modified time | relevance | path

Searched refs:conn_fb (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/tme/tme-0.8/host/gtk/
H A Dgtk-screen.c202 && screen->tme_gtk_screen_fb != conn_fb); in _tme_gtk_screen_mode_change()
284 conn_fb->tme_fb_connection_map_g = NULL; in _tme_gtk_screen_mode_change()
285 conn_fb->tme_fb_connection_map_r = NULL; in _tme_gtk_screen_mode_change()
295 conn_fb->tme_fb_connection_skipx = 0; in _tme_gtk_screen_mode_change()
320 conn_fb->tme_fb_connection_map_g = conn_fb; in _tme_gtk_screen_mode_change()
321 conn_fb->tme_fb_connection_map_r = conn_fb; in _tme_gtk_screen_mode_change()
322 conn_fb->tme_fb_connection_map_b = conn_fb; in _tme_gtk_screen_mode_change()
761 struct tme_fb_connection *conn_fb; in _tme_gtk_screen_connection_make() local
790 screen->tme_gtk_screen_fb = conn_fb; in _tme_gtk_screen_connection_make()
807 struct tme_fb_connection *conn_fb; in _tme_gtk_screen_connections_new() local
[all …]
/dports/emulators/tme/tme-0.8/machine/sun/
H A Dsun-fb.c238 struct tme_fb_connection *conn_fb; in _tme_sunfb_mode_change() local
1176 struct tme_fb_connection *conn_fb; in _tme_sunfb_connection_make() local
1202 rc = tme_fb_xlat_alloc_src(conn_fb); in _tme_sunfb_connection_make()
1237 struct tme_fb_connection *conn_fb; in _tme_sunfb_connections_new() local
1255 conn = &conn_fb->tme_fb_connection; in _tme_sunfb_connections_new()
1266 conn_fb->tme_fb_connection_update = NULL; in _tme_sunfb_connections_new()
1279 conn_fb->tme_fb_connection_skipx = 0; in _tme_sunfb_connections_new()
1291 conn_fb->tme_fb_connection_buffer = NULL; in _tme_sunfb_connections_new()
1297 conn_fb->tme_fb_connection_mask_g = 0; in _tme_sunfb_connections_new()
1298 conn_fb->tme_fb_connection_mask_r = 0; in _tme_sunfb_connections_new()
[all …]
H A Dsun-cgtwo.c586 struct tme_fb_connection *conn_fb; in _tme_suncg2_mode_change() local
680 conn_fb->tme_fb_connection_depth = 1; in _tme_suncg2_mode_change()
725 rc = tme_fb_xlat_alloc_src(conn_fb); in _tme_suncg2_mode_change()
1569 struct tme_fb_connection *conn_fb; in _tme_suncg2_connection_make() local
1589 rc = tme_fb_xlat_alloc_src(conn_fb); in _tme_suncg2_connection_make()
1630 struct tme_fb_connection *conn_fb; in _tme_suncg2_connections_new() local
1648 conn = &conn_fb->tme_fb_connection; in _tme_suncg2_connections_new()
1671 conn_fb->tme_fb_connection_skipx = 0; in _tme_suncg2_connections_new()
1686 conn_fb->tme_fb_connection_mask_g = 0; in _tme_suncg2_connections_new()
1687 conn_fb->tme_fb_connection_mask_r = 0; in _tme_suncg2_connections_new()
[all …]
H A Dsun-bwtwo.c99 _tme_sunbw2_update_debug(struct tme_fb_connection *conn_fb) in _tme_sunbw2_update_debug() argument
109 sunbw2 = conn_fb->tme_fb_connection.tme_connection_element->tme_element_private; in _tme_sunbw2_update_debug()
H A Dsun-fb.h158 int (*tme_sunfb_memory_update)(struct tme_fb_connection *conn_fb);
/dports/emulators/tme/tme-0.8/generic/
H A Dfb.c632 struct tme_fb_connection *conn_fb; in tme_fb_connection_score() local
641 conn_fb = (struct tme_fb_connection *) conn; in tme_fb_connection_score()
643 *_score = ((conn_fb->tme_fb_connection_mode_change != NULL) in tme_fb_connection_score()