Home
last modified time | relevance | path

Searched refs:BG_RGB (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/the_silver_searcher/the_silver_searcher-2.2.0/src/
H A Dprint_w32.c17 #define BG_RGB (BACKGROUND_RED | BACKGROUND_BLUE | BACKGROUND_GREEN) macro
72 attr_reset = attr & (FG_RGB | BG_RGB); in fprintf_w32()
234 attr &= ~BG_RGB; in fprintf_w32()
242 attr = (attr & ~BACKGROUND_MASK) | (attr_reset & BG_RGB); in fprintf_w32()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dhalleys.c190 #define BG_RGB 0x500 macro
843 ax |= BG_RGB; in blit()
862 ax |= BG_RGB; in blit()
916 eax = eax | (eax<<16) | ((BG_RGB<<16)|BG_RGB); in blit()
963 ax = (WORD)data | BG_RGB; in WRITE_HANDLER()
1077 d = (i<<6&0xc0) | (i<<2&0x30) | (i&0x0c) | (i>>2&0x03) | BG_RGB; in PALETTE_INIT()
1091 j = d + BG_RGB; in PALETTE_INIT()
1155 j = d | BG_RGB; in WRITE_HANDLER()
1207 alpha_table[(src<<8)+dst] = c | BG_RGB; in VIDEO_START()
1358 #define STRIP_RGB ((BG_RGB<<8)+BG_RGB) in copy_fixed_ab()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dhalleys.c190 #define BG_RGB 0x500 macro
843 ax |= BG_RGB; in blit()
862 ax |= BG_RGB; in blit()
916 eax = eax | (eax<<16) | ((BG_RGB<<16)|BG_RGB); in blit()
963 ax = (WORD)data | BG_RGB; in WRITE_HANDLER()
1077 d = (i<<6&0xc0) | (i<<2&0x30) | (i&0x0c) | (i>>2&0x03) | BG_RGB; in PALETTE_INIT()
1091 j = d + BG_RGB; in PALETTE_INIT()
1155 j = d | BG_RGB; in WRITE_HANDLER()
1207 alpha_table[(src<<8)+dst] = c | BG_RGB; in VIDEO_START()
1358 #define STRIP_RGB ((BG_RGB<<8)+BG_RGB) in copy_fixed_ab()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dhalleys.cpp202 #define BG_RGB 0x500 macro
915 ax |= BG_RGB; in blit()
934 ax |= BG_RGB; in blit()
996 eax = eax | (eax<<16) | ((BG_RGB<<16)|BG_RGB); in blit()
1043 ax = (uint16_t)data | BG_RGB; in bgtile_w()
1158 uint32_t const d = (i << 6 & 0xc0) | (i << 2 & 0x30) | (i & 0x0c) | (i >> 2 & 0x03) | BG_RGB; in halleys_palette()
1172 uint32_t const j = d + BG_RGB; in halleys_palette()
1240 uint32_t const j = d | BG_RGB; in paletteram_w()
1286 m_alpha_table[(src<<8)+dst] = c | BG_RGB; in video_start()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dhalleys.cpp202 #define BG_RGB 0x500 macro
915 ax |= BG_RGB; in blit()
934 ax |= BG_RGB; in blit()
996 eax = eax | (eax<<16) | ((BG_RGB<<16)|BG_RGB); in blit()
1043 ax = (uint16_t)data | BG_RGB; in bgtile_w()
1158 uint32_t const d = (i << 6 & 0xc0) | (i << 2 & 0x30) | (i & 0x0c) | (i >> 2 & 0x03) | BG_RGB; in halleys_palette()
1172 uint32_t const j = d + BG_RGB; in halleys_palette()
1240 uint32_t const j = d | BG_RGB; in paletteram_w()
1286 m_alpha_table[(src<<8)+dst] = c | BG_RGB; in video_start()
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dconf.h141 #define BG_RGB 560 macro
H A Dbackgrounds.c1153 case BG_RGB: in BackgroundsConfigLoad()
1251 fprintf(fs, "%d %d %d %d\n", BG_RGB, r, g, b); in BackgroundsConfigSave()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/ti-vpe/
H A Dvpdma.c319 DUMPREG(BG_RGB); in vpdma_dump_regs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/ti-vpe/
H A Dvpdma.c319 DUMPREG(BG_RGB); in vpdma_dump_regs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/ti-vpe/
H A Dvpdma.c319 DUMPREG(BG_RGB); in vpdma_dump_regs()