Home
last modified time | relevance | path

Searched refs:palid (Results 1 – 25 of 75) sorted by relevance

123

/dports/games/abuse_sdl/abuse-0.8/src/tool/
H A Dabuse-tool.cpp233 int palid = argc > 4 ? atoi(argv[4]) : -1; in main() local
235 for (int i = 0; palid == -1 && i < dir.total; i++) in main()
237 palid = i; in main()
239 if (palid == -1) in main()
242 pal = new palette(dir.entries[palid], &fp); in main()
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dtdatainfo.c1181 riid, palid, /* raster image ID and palette ID */ in test_getpalinfo() local
1302 palid = GRgetlutid (riid, 0); in test_getpalinfo()
1305 status = GRwritelut (palid, N_COMPS_PAL, DFNT_UINT8, interlace_mode, in test_getpalinfo()
1324 palid = GRgetlutid (riid, 0); in test_getpalinfo()
1334 status = GRwritelut (palid, N_COMPS_PAL, DFNT_UINT8, interlace_mode, in test_getpalinfo()
1399 palid = GRgetlutid (riid, 0); in test_getpalinfo()
1400 CHECK_VOID(palid, FAIL, "GRgetlutid"); in test_getpalinfo()
1403 status = GRwritelut (palid, N_COMPS_PAL, DFNT_UINT8, interlace_mode, in test_getpalinfo()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/misc/seabios/seabios-1.14.0/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/vgasrc/
H A Dstdvga.h51 void stdvga_set_palette(u8 palid);
/dports/emulators/qemu60/qemu-6.0.0/roms/qemu-palcode/
H A Dvgaio.c89 vgahw_set_palette(u8 palid) in vgahw_set_palette() argument
92 palid &= 0x01; in vgahw_set_palette()
99 v |= palid; in vgahw_set_palette()
/dports/emulators/qemu42/qemu-4.2.1/roms/qemu-palcode/
H A Dvgaio.c89 vgahw_set_palette(u8 palid) in vgahw_set_palette() argument
92 palid &= 0x01; in vgahw_set_palette()
99 v |= palid; in vgahw_set_palette()
/dports/emulators/qemu5/qemu-5.2.0/roms/qemu-palcode/
H A Dvgaio.c89 vgahw_set_palette(u8 palid) in vgahw_set_palette() argument
92 palid &= 0x01; in vgahw_set_palette()
99 v |= palid; in vgahw_set_palette()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/qemu-palcode/
H A Dvgaio.c89 vgahw_set_palette(u8 palid) in vgahw_set_palette() argument
92 palid &= 0x01; in vgahw_set_palette()
99 v |= palid; in vgahw_set_palette()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/qemu-palcode/
H A Dvgaio.c89 vgahw_set_palette(u8 palid) in vgahw_set_palette() argument
92 palid &= 0x01; in vgahw_set_palette()
99 v |= palid; in vgahw_set_palette()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/qemu-palcode/
H A Dvgaio.c89 vgahw_set_palette(u8 palid) in vgahw_set_palette() argument
92 palid &= 0x01; in vgahw_set_palette()
99 v |= palid; in vgahw_set_palette()
/dports/emulators/qemu/qemu-6.2.0/roms/qemu-palcode/
H A Dvgaio.c89 vgahw_set_palette(u8 palid) in vgahw_set_palette() argument
92 palid &= 0x01; in vgahw_set_palette()
99 v |= palid; in vgahw_set_palette()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dosdcmd.cpp459 uint8_t palid; in onvideomodechange()
463 palid = g_player[screenpeek].ps->palette; in onvideomodechange()
465 palid = BASEPAL; in onvideomodechange()
485 videoSetPalette(ud.brightness>>2, palid, 0); in onvideomodechange()

123