Home
last modified time | relevance | path

Searched refs:RGBFF_R8G8B8A8 (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Drtgmodes.h46 #define RGBFF_R8G8B8A8 (1<<RGBFB_R8G8B8A8) macro
59 #define RGBMASK_32BIT (RGBFF_A8R8G8B8 | RGBFF_A8B8G8R8 | RGBFF_R8G8B8A8 | RGBFF_B8G8R8A8)
H A Dpicasso96.h156 #define RGBFF_R8G8B8A8 (1<<RGBFB_R8G8B8A8) 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.h49 #define RGBFF_R8G8B8A8 (1<<RGBFB_R8G8B8A8) macro
62 #define RGBMASK_32BIT (RGBFF_A8R8G8B8 | RGBFF_A8B8G8R8 | RGBFF_R8G8B8A8 | RGBFF_B8G8R8A8)
H A Dpicasso96.h156 #define RGBFF_R8G8B8A8 (1<<RGBFB_R8G8B8A8) 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 Dp96checkboards.pas84 if (RGBFormats and RGBFF_R8G8B8A8) <> 0 then writeln(#9,#9,'R8G8B8A8');
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.h131 #define RGBFF_R8G8B8A8 (1<<RGBFB_R8G8B8A8) 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.pas65 RGBFF_R8G8B8A8 = 1 shl 8;
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.pas86 RGBFF_R8G8B8A8 = 1 shl 8;
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.c3666 RGBFF_R8G8B8A8| in gui_open()