Home
last modified time | relevance | path

Searched refs:create_video_bitmap (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/allegro/allegro-4.4.3.1/demos/shooter/
H A Ddisplay.c63 page1 = create_video_bitmap(SCREEN_W, SCREEN_H);
64 page2 = create_video_bitmap(SCREEN_W, SCREEN_H);
95 page1 = create_video_bitmap(SCREEN_W, SCREEN_H);
96 page2 = create_video_bitmap(SCREEN_W, SCREEN_H);
97 page3 = create_video_bitmap(SCREEN_W, SCREEN_H);
/dports/devel/allegro/allegro-4.4.3.1/demos/skater/source/
H A Dtribuf.c50 tb_page1 = create_video_bitmap(SCREEN_W, SCREEN_H); in create()
51 tb_page2 = create_video_bitmap(SCREEN_W, SCREEN_H); in create()
52 tb_page3 = create_video_bitmap(SCREEN_W, SCREEN_H); in create()
H A Dpageflip.c33 pf_page1 = create_video_bitmap(SCREEN_W, SCREEN_H); in create()
34 pf_page2 = create_video_bitmap(SCREEN_W, SCREEN_H); in create()
H A Dtransitn.c17 t->from_bmp = create_video_bitmap(SCREEN_W, SCREEN_H); in create_transition()
28 t->to_bmp = create_video_bitmap(SCREEN_W, SCREEN_H); in create_transition()
H A Dlvlfile.c105 (*NewMatPtr)->Edge = create_video_bitmap(TmpEdge->w, TmpEdge->h);
H A Dlevel.c85 ret = create_video_bitmap(bmp->w, bmp->h); in ObtainBitmap()
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/examp/
H A Ddumbtest.c59 vid_bitmap = create_video_bitmap(50, 50); in main()
69 vid_pattern = create_video_bitmap(32, 32); in main()
78 vid_bitmap2 = create_video_bitmap(64, 64); in main()
92 trans_vid_bitmap2 = create_video_bitmap(64, 64); in main()
96 trans_vid_bitmap = create_video_bitmap(50, 50); in main()
107 large_vid_bitmap = create_video_bitmap(120, 120); in main()
113 proxy_vid_bitmap = create_video_bitmap(100, 100); in main()
H A Dexblend.c118 vimage = create_video_bitmap(image->w, image->h); in main()
/dports/devel/allegro/allegro-4.4.3.1/examples/
H A Dexupdate.c246 bmp[0] = create_video_bitmap(SCREEN_W, SCREEN_H);
247 bmp[1] = create_video_bitmap(SCREEN_W, SCREEN_H);
269 bmp[0] = create_video_bitmap(SCREEN_W, SCREEN_H);
270 bmp[1] = create_video_bitmap(SCREEN_W, SCREEN_H);
271 bmp[2] = create_video_bitmap(SCREEN_W, SCREEN_H);
H A Dexaccel.c105 page[0] = create_video_bitmap(SCREEN_W, SCREEN_H);
106 page[1] = create_video_bitmap(SCREEN_W, SCREEN_H);
109 vimage = create_video_bitmap(image->w, image->h);
H A Dexflip.c69 page1 = create_video_bitmap(SCREEN_W, SCREEN_H); in main()
70 page2 = create_video_bitmap(SCREEN_W, SCREEN_H); in main()
H A Dex3buf.c203 page1 = create_video_bitmap(SCREEN_W, SCREEN_H);
204 page2 = create_video_bitmap(SCREEN_W, SCREEN_H);
205 page3 = create_video_bitmap(SCREEN_W, SCREEN_H);
/dports/devel/allegro/allegro-4.4.3.1/tests/win/
H A Ddxwindow.c424 video_page[0] = create_video_bitmap(screen_w, screen_h); in WinMain()
425 video_page[1] = create_video_bitmap(screen_w, screen_h); in WinMain()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/
H A Dsystem.h111 AL_METHOD(BITMAP *, create_video_bitmap, (int width, int height));
H A Dsurface.h307 BITMAP *create_video_bitmap(int width, int height);
H A Dsurface.cpp465 BITMAP *create_video_bitmap(int width, int height) { in create_video_bitmap() function
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Dgfx.h94 AL_METHOD(struct BITMAP *, create_video_bitmap, (int width, int height));
422 AL_FUNC(BITMAP *, create_video_bitmap, (int width, int height));
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dgraphics.c1271 BITMAP *create_video_bitmap(int width, int height) in create_video_bitmap() function
1285 if (gfx_driver->create_video_bitmap) { in create_video_bitmap()
1286 bmp = gfx_driver->create_video_bitmap(width, height); in create_video_bitmap()
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dmsdos.c335 video_bitmap = create_video_bitmap(XRES, YRES); in XCreateSimpleWindow()
444 bitmap = create_video_bitmap(width, height); in XCreatePixmap()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dmsdos.c335 video_bitmap = create_video_bitmap(XRES, YRES); in XCreateSimpleWindow()
444 bitmap = create_video_bitmap(width, height); in XCreatePixmap()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dmsdos.c335 video_bitmap = create_video_bitmap(XRES, YRES); in XCreateSimpleWindow()
444 bitmap = create_video_bitmap(width, height); in XCreatePixmap()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dmsdos.c335 video_bitmap = create_video_bitmap(XRES, YRES); in XCreateSimpleWindow()
444 bitmap = create_video_bitmap(width, height); in XCreatePixmap()
/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dmsdos.c344 video_bitmap = create_video_bitmap(XRES, YRES); in XCreateSimpleWindow()
454 bitmap = create_video_bitmap(width, height); in XCreatePixmap()
/dports/devel/allegro/allegro-4.4.3.1/src/macosx/
H A Dqzwindow.m76 …osx_create_video_bitmap, /* AL_METHOD(struct BITMAP *, create_video_bitmap, (int width, int h…
662 // create_video_bitmap:
H A Dqzfull.m65 …osx_qz_create_video_bitmap, /* AL_METHOD(struct BITMAP *, create_video_bitmap, (int width, int h…

12