Home
last modified time | relevance | path

Searched refs:RGBFB_B5G6R5PC (Results 1 – 13 of 13) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Drtgmodes.h18 RGBFB_B5G6R5PC, /* HiColor16 (5 bit R, 6 bit G, 5 bit B), enumerator
50 #define RGBFF_B5G6R5PC (1<<RGBFB_B5G6R5PC)
H A Dpicasso96.h128 RGBFB_B5G6R5PC, /* HiColor16 (5 bit R, 6 bit G, 5 bit B), enumerator
160 #define RGBFF_B5G6R5PC (1<<RGBFB_B5G6R5PC)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Drtgmodes.h21 RGBFB_B5G6R5PC, /* HiColor16 (5 bit R, 6 bit G, 5 bit B), enumerator
53 #define RGBFF_B5G6R5PC (1<<RGBFB_B5G6R5PC)
H A Dpicasso96.h128 RGBFB_B5G6R5PC, /* HiColor16 (5 bit R, 6 bit G, 5 bit B), enumerator
160 #define RGBFF_B5G6R5PC (1<<RGBFB_B5G6R5PC)
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dpicasso96.h103 RGBFB_B5G6R5PC, /* HiColor16 (5 bit R, 6 bit G, 5 bit B), enumerator
135 #define RGBFF_B5G6R5PC (1<<RGBFB_B5G6R5PC)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dgfxutil.cpp269 case RGBFB_B5G6R5PC: in alloc_colors_picasso()
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Dpicasso96api.pas43 RGBFB_B5G6R5PC, // HiColor16 (5 bit R, 6 bit G, 5 bit B), format: gggrrrrrbbbbbggg
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dpicasso96api.pas69 RGBFB_B5G6R5PC,
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dgfxutil.c279 case RGBFB_B5G6R5PC: in alloc_colors_picasso()
H A Dpicasso96.c352 case RGBFB_B5G6R5PC: in GetBytesPerPixel()
821 case RGBFB_B5G6R5PC: in getconvert()
905 host_mode = picasso_vidinfo.pixbytes == 4 ? RGBFB_B8G8R8A8 : RGBFB_B5G6R5PC; in setconvert()
/dports/emulators/uae/uae-0.8.29/src/od-win32/
H A Dwin32gfx.c941 case RGBFB_B5G6R5PC: in BuildColorRef()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dpicasso96_win.cpp372 case RGBFB_B5G6R5PC: in GetBytesPerPixel()
935 case RGBFB_B5G6R5PC: in getconvert()
1048 host_mode = picasso_vidinfo.pixbytes == 4 ? RGBFB_B8G8R8A8 : RGBFB_B5G6R5PC; in setconvert()
/dports/emulators/uae/uae-0.8.29/src/
H A Dpicasso96.c289 case RGBFB_B5G6R5PC: in GetBytesPerPixel()