Home
last modified time | relevance | path

Searched refs:RGBFB_B8G8R8A8 (Results 1 – 18 of 18) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Drtgmodes.h14 RGBFB_B8G8R8A8, /* 4 Byte TrueColor BGRA (A unused alpha channel) */ enumerator
47 #define RGBFF_B8G8R8A8 (1<<RGBFB_B8G8R8A8)
H A Dpicasso96.h124 RGBFB_B8G8R8A8, /* 4 Byte TrueColor BGRA (A unused alpha channel) */ enumerator
157 #define RGBFF_B8G8R8A8 (1<<RGBFB_B8G8R8A8)
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Drtgmodes.h17 RGBFB_B8G8R8A8, /* 4 Byte TrueColor BGRA (A unused alpha channel) */ enumerator
50 #define RGBFF_B8G8R8A8 (1<<RGBFB_B8G8R8A8)
H A Dpicasso96.h124 RGBFB_B8G8R8A8, /* 4 Byte TrueColor BGRA (A unused alpha channel) */ enumerator
157 #define RGBFF_B8G8R8A8 (1<<RGBFB_B8G8R8A8)
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dpicasso96.h99 RGBFB_B8G8R8A8, /* 4 Byte TrueColor BGRA (A unused alpha channel) */ enumerator
132 #define RGBFF_B8G8R8A8 (1<<RGBFB_B8G8R8A8)
/dports/graphics/agg/agg-2.5/src/platform/AmigaOS/
H A Dagg_platform_support.cpp136 m_ftype = RGBFB_B8G8R8A8; in platform_specific()
553 case RGBFB_B8G8R8A8: in init()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/platform/AmigaOS/
H A Dagg_platform_support.cpp130 m_ftype = RGBFB_B8G8R8A8; in platform_specific()
547 case RGBFB_B8G8R8A8: in init()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/platform/AmigaOS/
H A Dagg_platform_support.cpp130 m_ftype = RGBFB_B8G8R8A8; in platform_specific()
547 case RGBFB_B8G8R8A8: in init()
/dports/emulators/uae/uae-0.8.29/src/
H A Dsdlgfx.c284 return RGBFB_B8G8R8A8; in get_p96_pixel_format()
310 return RGBFB_B8G8R8A8; in get_p96_pixel_format()
H A Dsvga.c894 : RGBFB_B8G8R8A8); in gfx_set_picasso_modeinfo()
H A Dxwin.c1396 : bit_unit == 32 ? RGBFB_B8G8R8A8 in DX_FillResolutions()
H A Dpicasso96.c278 case RGBFB_B8G8R8A8: in GetBytesPerPixel()
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Dpicasso96api.pas40 RGBFB_B8G8R8A8, // 4 Byte TrueColor BGRA (A unused alpha channel)
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dpicasso96api.pas66 RGBFB_B8G8R8A8,
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-svga/
H A Dsvga.c834 : RGBFB_B8G8R8A8); in gfx_set_picasso_modeinfo()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-sdl/
H A Dsdlgfx.c533 return RGBFB_B8G8R8A8; in get_p96_pixel_format()
559 return RGBFB_B8G8R8A8; in get_p96_pixel_format()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-win32/
H A Dpicasso96_win.cpp361 case RGBFB_B8G8R8A8: in GetBytesPerPixel()
997 case RGBFB_B8G8R8A8: in getconvert()
1036 host_mode = RGBFB_B8G8R8A8; in setconvert()
1048 host_mode = picasso_vidinfo.pixbytes == 4 ? RGBFB_B8G8R8A8 : RGBFB_B5G6R5PC; in setconvert()
4356 hmode = pixbytes == 1 ? RGBFB_CLUT : RGBFB_B8G8R8A8;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dpicasso96.c341 case RGBFB_B8G8R8A8: in GetBytesPerPixel()
883 case RGBFB_B8G8R8A8: in getconvert()
905 host_mode = picasso_vidinfo.pixbytes == 4 ? RGBFB_B8G8R8A8 : RGBFB_B5G6R5PC; in setconvert()