OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitsperpixel
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/xf86-video-rendition/dist/src/
accelX.c
215
((pScreenInfo->displayWidth * pScreenInfo->
bitsPerPixel
)
345
verite_out32(iob, P2(pRendition->board.mode.
bitsperpixel
,
350
(pRendition->board.mode.
bitsperpixel
>>3));
520
verite_out32(iob, P2(pRendition->board.mode.
bitsperpixel
,
525
(pRendition->board.mode.
bitsperpixel
>>3));
599
if (pRendition->board.mode.
bitsperpixel
< 32)
601
if (pRendition->board.mode.
bitsperpixel
< 16)
vtypes.h
87
int
bitsperpixel
;
member in struct:verite_modeinfo_t
vmodes.c
234
switch (mode->
bitsperpixel
) {
282
verite_initdac(pScreenInfo, mode->
bitsperpixel
, doubleclock);
442
int bytespp=pRendition->board.mode.
bitsperpixel
>>3;
489
* (pRendition->board.mode.
bitsperpixel
>> 3);
rendition.c
968
switch (pScreenInfo->
bitsPerPixel
) {
970
modeinfo->
bitsperpixel
=8;
974
modeinfo->
bitsperpixel
=16;
982
modeinfo->
bitsperpixel
=32;
1134
= BitmapBytePad(pScreenInfo->
bitsPerPixel
* width);
1138
/ (pScreenInfo->
bitsPerPixel
>> 3);
1150
pScreenInfo->
bitsPerPixel
);
1155
if (pScreenInfo->
bitsPerPixel
> 8) {
1202
switch(pScreenInfo->
bitsPerPixel
) {
1267
int offset, virtualwidth,
bitsPerPixel
;
[
all
...]
/xsrc/external/mit/xf86-video-wsfb/dist/src/
wsfb_driver.c
378
int default_depth,
bitsperpixel
, wstype;
local
522
bitsperpixel
= fPtr->fbi.fbi_bitsperpixel == 15 ? 16 : fPtr->fbi.fbi_bitsperpixel;
530
if (
bitsperpixel
== 8) {
549
bitsperpixel
= 1;
565
if (
bitsperpixel
== 8) {
567
} else if (
bitsperpixel
== 4) {
570
bitsperpixel
= 8;
575
bitsperpixel
= 1;
581
bitsperpixel
,
582
bitsperpixel
>= 24 ? Support24bppFb|Support32bppFb : 0)
[
all
...]
/xsrc/external/mit/xf86-video-ngle/dist/src/
ngle_driver.c
329
int default_depth,
bitsperpixel
, gid;
local
397
bitsperpixel
= fPtr->fbi.fbi_bitsperpixel == 15 ? 16 : fPtr->fbi.fbi_bitsperpixel;
399
bitsperpixel
,
400
bitsperpixel
>= 24 ? Support24bppFb|Support32bppFb : 0))
509
pScrn->
bitsPerPixel
,
544
if (pScrn->
bitsPerPixel
> 8) {
566
pScrn->
bitsPerPixel
);
571
if (pScrn->
bitsPerPixel
> 8) {
Completed in 63 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026