OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xf86FbBpp
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Priv.h
69
extern _X_EXPORT int
xf86FbBpp
;
xf86Globals.c
187
int
xf86FbBpp
= -1;
xf86Helper.c
373
if (
xf86FbBpp
> 0) {
374
if (
xf86FbBpp
== 24) /* lol no */
375
xf86FbBpp
= 32;
376
scrp->bitsPerPixel =
xf86FbBpp
;
385
if (
xf86FbBpp
< 0 && xf86Depth < 0) {
xf86Init.c
1052
xf86FbBpp
= bpp;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Priv.h
66
extern _X_EXPORT int
xf86FbBpp
;
xf86Globals.c
185
int
xf86FbBpp
= -1;
xf86Helper.c
362
if (
xf86FbBpp
> 0) {
363
scrp->bitsPerPixel =
xf86FbBpp
;
372
if (
xf86FbBpp
< 0 && xf86Depth < 0) {
xf86Init.c
1226
xf86FbBpp
= bpp;
Completed in 10 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026