Home
last modified time | relevance | path

Searched refs:poll_scroll (Results 1 – 16 of 16) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/demos/skater/source/
H A Dtribuf.c68 } while (poll_scroll()); in draw()
/dports/devel/allegro/allegro-4.4.3.1/demos/shooter/
H A Ddisplay.c205 } while (poll_scroll());
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/
H A Dsystem.h109 AL_METHOD(int, poll_scroll, (void));
/dports/devel/allegro/allegro-4.4.3.1/examples/
H A Dex3buf.c138 } while (poll_scroll()); in triple_buffer()
H A Dexupdate.c321 } while (poll_scroll());
/dports/devel/allegro/allegro-4.4.3.1/src/misc/
H A Dmodex.c790 gfx_modex.poll_scroll = poll_modex_scroll; in modex_init()
794 gfx_modex.poll_scroll = NULL; in modex_init()
983 gfx_modex.poll_scroll = poll_modex_scroll; in modex_enable_triple_buffer()
H A Dvbeaf.c1405 gfx_vbeaf.poll_scroll = vbeaf_poll_scroll; in vbeaf_init()
1409 gfx_vbeaf.poll_scroll = NULL; in vbeaf_init()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Dgfx.h92 AL_METHOD(int, poll_scroll, (void));
415 AL_FUNC(int, poll_scroll, (void));
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dgraphics.c1679 int poll_scroll(void) in poll_scroll() function
1681 if ((!gfx_driver->poll_scroll) || (_dispsw_status)) in poll_scroll()
1684 return gfx_driver->poll_scroll(); in poll_scroll()
/dports/devel/allegro/allegro-4.4.3.1/src/dos/
H A Dvesa.c1176 driver->poll_scroll = vesa_poll_scroll; in vesa_init()
1180 driver->poll_scroll = NULL; in vesa_init()
/dports/devel/allegro/allegro-4.4.3.1/src/psp/
H A Dpgfx.c296 drv->poll_scroll = psp_poll_scroll; in gfx_psp_enable_triple_buffering()
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwddaccel.c586 drv->poll_scroll = gfx_directx_poll_scroll; in gfx_directx_enable_triple_buffering()
/dports/devel/allegro/allegro-4.4.3.1/src/macosx/
H A Dqzfull.m63 NULL, /* AL_METHOD(int, poll_scroll, (void)); */
H A Dqzwindow.m74 NULL, /* AL_METHOD(int, poll_scroll, (void)); */
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx4459 Indicates that the request_scroll() and poll_scroll() functions may be
4657 @xref poll_scroll, request_video_bitmap, gfx_capabilities
4664 the poll_scroll() routine to detect when the flip has actually taken
4673 @@int @poll_scroll();
4714 @xref poll_scroll, request_scroll, gfx_capabilities
4722 and use the poll_scroll() routine to detect when the flip has actually
4738 } while (poll_scroll());
16005 @xref itofix, keypressed, poll_scroll, release_bitmap
16150 @xref keypressed, line, makecol, poll_scroll, release_bitmap
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A DChangeLog.22271 region of statusbar; calls (poll_scroll) and (request_scroll)