Home
last modified time | relevance | path

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

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Drtgmodes.h44 #define RGBFF_A8R8G8B8 (1<<RGBFB_A8R8G8B8) macro
59 #define RGBMASK_32BIT (RGBFF_A8R8G8B8 | RGBFF_A8B8G8R8 | RGBFF_R8G8B8A8 | RGBFF_B8G8R8A8)
H A Dpicasso96.h154 #define RGBFF_A8R8G8B8 (1<<RGBFB_A8R8G8B8) macro
169 #define RGBMASK_32BIT (RGBFF_A8R8G8B8 | RGBFF_A8B8G8R8 | RGBFF_R8G8B8A8 | RGBFF_B8G8R8A8)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Drtgmodes.h47 #define RGBFF_A8R8G8B8 (1<<RGBFB_A8R8G8B8) macro
62 #define RGBMASK_32BIT (RGBFF_A8R8G8B8 | RGBFF_A8B8G8R8 | RGBFF_R8G8B8A8 | RGBFF_B8G8R8A8)
H A Dpicasso96.h154 #define RGBFF_A8R8G8B8 (1<<RGBFB_A8R8G8B8) macro
169 #define RGBMASK_32BIT (RGBFF_A8R8G8B8 | RGBFF_A8B8G8R8 | RGBFF_R8G8B8A8 | RGBFF_B8G8R8A8)
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/examples/otherlibs/
H A Drequestmodeid.pas58 … P96MA_FormatsAllowed, (RGBFF_CLUT or RGBFF_R5G6B5 or RGBFF_R8G8B8 or RGBFF_A8R8G8B8),
H A Dp96checkboards.pas82 if (RGBFormats and RGBFF_A8R8G8B8) <> 0 then writeln(#9,#9,'A8R8G8B8');
H A Dwritetruecolordata.pas37 TrueAlphaFormats = (RGBFF_R8G8B8A8 or RGBFF_B8G8R8A8 or RGBFF_A8R8G8B8 or RGBFF_A8B8G8R8);
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dpicasso96.h129 #define RGBFF_A8R8G8B8 (1<<RGBFB_A8R8G8B8) macro
144 #define RGBMASK_32BIT (RGBFF_A8R8G8B8 | RGBFF_A8B8G8R8 | RGBFF_R8G8B8A8 | RGBFF_B8G8R8A8)
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Dpicasso96api.pas63 RGBFF_A8R8G8B8 = 1 shl 6;
82 RGBFF_TRUEALPHA = RGBFF_A8R8G8B8 or RGBFF_A8B8G8R8 or RGBFF_R8G8B8A8 or RGBFF_B8G8R8A8;
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dpicasso96api.pas84 RGBFF_A8R8G8B8 = 1 shl 6;
96 RGBFF_TRUEALPHA = ((RGBFF_A8R8G8B8 or RGBFF_A8B8G8R8) or RGBFF_R8G8B8A8) or RGBFF_B8G8R8A8;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dpicasso96.c1814 if (depth == 32 && (f & (RGBFF_A8R8G8B8 | RGBFF_A8B8G8R8 | RGBFF_R8G8B8A8 | RGBFF_B8G8R8A8))) in p96depth()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dpicasso96_win.cpp2230 if (depth == 32 && (f & (RGBFF_A8R8G8B8 | RGBFF_A8B8G8R8 | RGBFF_R8G8B8A8 | RGBFF_B8G8R8A8))) in p96depth()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c3664 RGBFF_A8R8G8B8| in gui_open()