Home
last modified time | relevance | path

Searched refs:gfx_t (Results 1 – 21 of 21) sorted by relevance

/dports/emulators/jzintv/jzintv-20200712-src/src/gfx/
H A Dgfx.h56 typedef struct gfx_t struct
87 } gfx_t; argument
104 int gfx_init (gfx_t *gfx,
150 int gfx_force_windowed(gfx_t *gfx, int quiet);
169 void gfx_resync(gfx_t *const gfx);
182 bool gfx_hidden(const gfx_t *const gfx);
187 void gfx_stic_tick(gfx_t *const gfx);
192 void gfx_refresh(gfx_t *const gfx);
197 void gfx_scrshot(const gfx_t *const gfx);
202 void gfx_movieupd(gfx_t *const gfx);
[all …]
H A Dgfx_null.c60 int gfx_init(gfx_t *gfx, int desire_x, int desire_y, int desire_bpp, in gfx_init()
80 memset((void*)gfx, 0, sizeof(gfx_t)); in gfx_init()
138 gfx_t *const gfx = PERIPH_AS(gfx_t, p); in gfx_dtor()
158 bool gfx_toggle_windowed(gfx_t *gfx, int quiet) in gfx_toggle_windowed()
169 int gfx_force_windowed(gfx_t *gfx, int quiet) in gfx_force_windowed()
179 int gfx_set_title(gfx_t *gfx, const char *title) in gfx_set_title()
189 void gfx_refresh(gfx_t *const gfx) in gfx_refresh()
229 void gfx_stic_tick(gfx_t *const gfx) in gfx_stic_tick()
276 void gfx_vid_enable(gfx_t *gfx, int enabled) in gfx_vid_enable()
301 gfx_t *gfx, /* Graphics object. */ in gfx_set_bord()
H A Dgfx_n900.c58 LOCAL void gfx_tick(gfx_t *const gfx);
174 gfx_t *gfx, int flags, int quiet in gfx_setup_sdl_surface()
290 memset((void*)gfx, 0, sizeof(gfx_t)); in gfx_init()
382 gfx_t *const gfx = PERIPH_AS(gfx_t, p); in gfx_dtor()
400 void gfx_toggle_windowed(gfx_t *gfx, int quiet) in gfx_toggle_windowed()
427 int gfx_force_windowed(gfx_t *gfx, int quiet) in gfx_force_windowed()
441 int gfx_set_title(gfx_t *gfx, const char *title) in gfx_set_title()
455 void gfx_stic_tick(gfx_t *const gfx) in gfx_stic_tick()
578 LOCAL void gfx_tick(gfx_t *const gfx) in gfx_tick()
603 void gfx_vid_enable(gfx_t *gfx, int enabled) in gfx_vid_enable()
[all …]
H A Dgfx.c26 void gfx_scrshot(const gfx_t *const gfx) in gfx_scrshot()
75 void gfx_movieupd(gfx_t *const gfx) in gfx_movieupd()
174 void gfx_aviupd(gfx_t *const gfx) in gfx_aviupd()
246 void gfx_resync(gfx_t *const gfx) in gfx_resync()
255 bool gfx_hidden(const gfx_t *const gfx) in gfx_hidden()
H A Dgfx_sdl2.c84 LOCAL void gfx_tick(gfx_t *gfx);
85 LOCAL void gfx_find_dirty_rects(gfx_t *gfx);
115 LOCAL void gfx_teardown_sdl_display(gfx_t *gfx) in gfx_teardown_sdl_display()
135 gfx_t *gfx, uint32_t gfx_flags, int quiet in gfx_setup_sdl_display()
492 LOCAL int gfx_flip(const gfx_t *const gfx) in gfx_flip()
553 memset((void*)gfx, 0, sizeof(gfx_t)); in gfx_init()
701 gfx_t *const gfx = PERIPH_AS(gfx_t, p); in gfx_dtor()
821 void gfx_refresh(gfx_t *const gfx) in gfx_refresh()
924 void gfx_stic_tick(gfx_t *const gfx) in gfx_stic_tick()
1025 LOCAL void gfx_tick(gfx_t *gfx) in gfx_tick()
[all …]
H A Dgfx_sdl1.c81 LOCAL void gfx_tick(gfx_t *gfx);
82 LOCAL void gfx_find_dirty_rects(gfx_t *gfx);
115 gfx_t *gfx, int flags, int quiet in gfx_setup_sdl_surface()
474 memset((void*)gfx, 0, sizeof(gfx_t)); in gfx_init()
629 gfx_t *const gfx = PERIPH_AS(gfx_t, p); in gfx_dtor()
725 LOCAL void gfx_draw_bord(gfx_t *gfx) in gfx_draw_bord()
739 void gfx_refresh(gfx_t *const gfx) in gfx_refresh()
882 void gfx_stic_tick(gfx_t *const gfx) in gfx_stic_tick()
982 LOCAL void gfx_tick(gfx_t *gfx) in gfx_tick()
1009 void gfx_vid_enable(gfx_t *gfx, int enabled) in gfx_vid_enable()
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/debug/
H A Ddebug_.h18 struct gfx_t;
36 struct gfx_t *gfx; /* So we can toggle windowed mode. */
98 struct gfx_t *gfx,
H A Ddebug.c842 gfx_t *const gfx = readline_hook ? readline_hook->gfx : NULL; in debug_readline_event_hook()
2042 gfx_t *const gfx = debug->gfx; in debug_tk()
2052 gfx_t *const gfx = debug->gfx; in debug_tk()
2716 int debug_init(debug_t *debug, cp1600_t *cp1600, speed_t *speed, gfx_t *gfx, in debug_init()
/dports/emulators/jzintv/jzintv-20200712-src/src/speed/
H A Dspeed.h25 gfx_t *gfx;
37 int speed_init (speed_t *speed, gfx_t *gfx, stic_t *stic,
H A Dspeed.c184 int speed_init(speed_t *speed, gfx_t *gfx, stic_t *stic, in speed_init()
/dports/emulators/jzintv/jzintv-20200712-src/src/stic/
H A Dstic.h122 gfx_t *gfx;
218 gfx_t *const gfx,
H A Dstic.c787 gfx_t *const gfx, in stic_init()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/cd_hw/
H A Dscd.h79 gfx_t gfx_hw; /* Graphics processor */
H A Dgfx.h58 } gfx_t; typedef
H A Dgfx.c302 memset(&gfx, 0, sizeof(gfx_t)); in gfx_init()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/cd_hw/
H A Dscd.h79 gfx_t gfx_hw; /* Graphics processor */
H A Dgfx.h58 } gfx_t; typedef
H A Dgfx.c302 memset(&gfx, 0, sizeof(gfx_t)); in gfx_init()
/dports/emulators/jzintv/jzintv-20200712-src/src/cfg/
H A Dcfg.h37 gfx_t gfx; /* Graphics interface layer. */
/dports/games/libretro-picodrive/picodrive-600894e/pico/cd/
H A Dgfx.c56 } gfx_t; typedef
58 static gfx_t gfx;
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/cd/
H A Dgfx.c56 } gfx_t; typedef
58 static gfx_t gfx;