Searched refs:BPP (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGATmpl.h44 #define BPP 1 macro
47 #define BPP 2 macro
50 #define BPP 4 macro
65 #if BPP == 1
73 #elif BPP == 2
123 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d + 8 * BPP,
141 #if BPP == 1
150 #elif BPP == 2
210 d += BPP * 8;
215 #if BPP
563 #undef BPP macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86tokens.h255 BPP, enumerator in enum:__anon7678
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86tokens.h254 BPP, enumerator in enum:__anon8354
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86tokens.h255 BPP, enumerator in enum:__anon8971
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86tokens.h256 BPP, enumerator in enum:__anon4831
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86tokens.h256 BPP, enumerator in enum:__anon4404
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86tokens.h252 BPP, enumerator in enum:__anon6979
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86tokens.h251 BPP, enumerator in enum:__anon7290
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86tokens.h256 BPP, enumerator in enum:__anon8040
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86tokens.h256 BPP, enumerator in enum:__anon8659
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86tokens.h255 BPP, enumerator in enum:__anon9288
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86tokens.h255 BPP, enumerator in enum:__anon9609
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86tokens.h254 BPP, enumerator in enum:__anon5132
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86tokens.h254 BPP, enumerator in enum:__anon5444
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86tokens.h252 BPP, enumerator in enum:__anon5755
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86tokens.h251 BPP, enumerator in enum:__anon6062
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86tokens.h251 BPP, enumerator in enum:__anon6365
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86tokens.h251 BPP, enumerator in enum:__anon6663
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c960 outw(Private, 0x1ce, 0x03); outw(Private, 0x1cf, (UINT16)ModeData->ColorDepth); // BPP
1015 UINT32 W, H, BPP; local
1022 BPP = pCurrentMode->ColorDepth;
1023 DEBUG((DEBUG_INFO, "%a:%d GetFrameBufferInfo: %dx%d bpp:%d\n", __FILE__, __LINE__, W, H, BPP));
1035 *RowBytes = W * BPP / 8;
1038 *Depth = BPP;

Completed in 87 milliseconds