Home
last modified time | relevance | path

Searched refs:argb1555 (Results 1 – 25 of 35) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dspg290_ppu.cpp351 inline void spg290_ppu_device::argb1555(bitmap_rgb32 &bitmap, const rectangle &cliprect, uint16_t p… in argb1555() function in spg290_ppu_device
422 argb1555(bitmap, cliprect, posy, posx, m_sprite_palette_ram[(pen_bank + pen) & 0x1ff], blend); in blit_sprite()
450 argb1555(bitmap, cliprect, py - posy, px + b - posx, data & 0xffff, blend); in blit_bitmap()
499 argb1555(bitmap, cliprect, py - posy, px - posx, pix, blend); in blit_character()
H A Dspg290_ppu.h39 …void argb1555(bitmap_rgb32 &bitmap, const rectangle &cliprect, uint16_t posy, uint16_t posx, uint1…
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dspg290_ppu.cpp351 inline void spg290_ppu_device::argb1555(bitmap_rgb32 &bitmap, const rectangle &cliprect, uint16_t p… in argb1555() function in spg290_ppu_device
422 argb1555(bitmap, cliprect, posy, posx, m_sprite_palette_ram[(pen_bank + pen) & 0x1ff], blend); in blit_sprite()
450 argb1555(bitmap, cliprect, py - posy, px + b - posx, data & 0xffff, blend); in blit_bitmap()
499 argb1555(bitmap, cliprect, py - posy, px - posx, pix, blend); in blit_character()
H A Dspg290_ppu.h39 …void argb1555(bitmap_rgb32 &bitmap, const rectangle &cliprect, uint16_t posy, uint16_t posx, uint1…
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dvid_voodoo.c1497 … base[x] = makergba(argb1555[dat].r, argb1555[dat].g, argb1555[dat].b, argb1555[dat].a); in use_texture()
5553 colour_data = argb1555[val]; in voodoo_fb_writew()
5558 colour_data = argb1555[val]; in voodoo_fb_writew()
5685 colour_data[1] = argb1555[val >> 16]; in voodoo_fb_writel()
5692 colour_data[1] = argb1555[val >> 16]; in voodoo_fb_writel()
7658 argb1555[c].r = (c >> 7) & 0xf8; in voodoo_card_init()
7659 argb1555[c].g = (c >> 2) & 0xf8; in voodoo_card_init()
7660 argb1555[c].b = (c << 3) & 0xf8; in voodoo_card_init()
7661 argb1555[c].r |= (argb1555[c].r >> 5); in voodoo_card_init()
7662 argb1555[c].g |= (argb1555[c].g >> 5); in voodoo_card_init()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libyuv/docs/
H A Dformats.md63 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/lang/spidermonkey60/firefox-60.9.0/media/libyuv/libyuv/docs/
H A Dformats.md61 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/docs/
H A Dformats.md63 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libyuv/docs/
H A Dformats.md63 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/www/firefox/firefox-99.0/media/libyuv/libyuv/docs/
H A Dformats.md63 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/mail/thunderbird/thunderbird-91.8.0/media/libyuv/libyuv/docs/
H A Dformats.md63 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/lang/spidermonkey78/firefox-78.9.0/media/libyuv/libyuv/docs/
H A Dformats.md63 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libyuv/docs/
H A Dformats.md65 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libyuv/docs/
H A Dformats.md65 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libyuv/docs/
H A Dformats.md65 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/graphics/libyuv/libyuv-0.0.1789/docs/
H A Dformats.md69 FOURCC_RGBO = FOURCC('R', 'G', 'B', 'O'), // argb1555 LE.
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dvoodoo.h1102 rgb_t argb1555[65536]; // ARGB 1-5-5-5 lookup table member
H A Dvoodoo.cpp1078 argb1555[val] = rgb_t(a, r, g, b); in init()
1115 texel[11] = share.argb1555; in init()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dvoodoo.h1102 rgb_t argb1555[65536]; // ARGB 1-5-5-5 lookup table member
H A Dvoodoo.cpp1078 argb1555[val] = rgb_t(a, r, g, b); in init()
1115 texel[11] = share.argb1555; in init()
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvoodoo_func.h3821 t->texel[11] = v->tmushare.argb1555;
3878 s->argb1555[val] = MAKE_ARGB(a, r, g, b);
H A Dvoodoo_data.h1591 rgb_t argb1555[65536]; /* ARGB 1-5-5-5 lookup table */ member
/dports/lang/clover/mesa-21.3.6/docs/relnotes/
H A D19.0.0.rst1784 - st/dri: fix dri2_format_table for argb1555 and rgb565
/dports/graphics/libosmesa-gallium/mesa-21.3.6/docs/relnotes/
H A D19.0.0.rst1784 - st/dri: fix dri2_format_table for argb1555 and rgb565
/dports/graphics/libosmesa/mesa-21.3.6/docs/relnotes/
H A D19.0.0.rst1784 - st/dri: fix dri2_format_table for argb1555 and rgb565

12