OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pf_truecolor
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h
59
PF_Truecolor
, /**< TrueColor or DirectColor, any depth */
92
/* For
PF_TRUECOLOR
*/
247
* If pixelformat==
PF_TRUECOLOR
:
xm_line.c
127
* Draw a flat-shaded,
PF_TRUECOLOR
line into an XImage.
248
* Draw a flat-shaded, Z-less,
PF_TRUECOLOR
line into an XImage.
473
case
PF_Truecolor
:
495
case
PF_Truecolor
:
xm_tri.c
57
* XImage, smooth, depth-buffered,
PF_TRUECOLOR
triangle.
317
* XImage, flat, depth-buffered,
PF_TRUECOLOR
triangle.
536
* XImage, smooth, NON-depth-buffered,
PF_TRUECOLOR
triangle.
734
* XImage, flat, NON-depth-buffered,
PF_TRUECOLOR
triangle.
1036
case
PF_Truecolor
:
1063
case
PF_Truecolor
:
[
all
...]
xm_api.c
52
* Mesa, when byte swapping is needed we use the
PF_TRUECOLOR
pixel format
502
v->undithered_pf =
PF_Truecolor
;
503
v->dithered_pf = (GET_VISUAL_DEPTH(v)<24) ? PF_Dither_True :
PF_Truecolor
;
651
case
PF_Truecolor
:
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
xmesaP.h
59
PF_Truecolor
, /**< TrueColor or DirectColor, any depth */
92
/* For
PF_TRUECOLOR
*/
247
* If pixelformat==
PF_TRUECOLOR
:
xm_line.c
127
* Draw a flat-shaded,
PF_TRUECOLOR
line into an XImage.
248
* Draw a flat-shaded, Z-less,
PF_TRUECOLOR
line into an XImage.
473
case
PF_Truecolor
:
495
case
PF_Truecolor
:
xm_tri.c
57
* XImage, smooth, depth-buffered,
PF_TRUECOLOR
triangle.
317
* XImage, flat, depth-buffered,
PF_TRUECOLOR
triangle.
536
* XImage, smooth, NON-depth-buffered,
PF_TRUECOLOR
triangle.
734
* XImage, flat, NON-depth-buffered,
PF_TRUECOLOR
triangle.
1036
case
PF_Truecolor
:
1063
case
PF_Truecolor
:
[
all
...]
xm_api.c
52
* Mesa, when byte swapping is needed we use the
PF_TRUECOLOR
pixel format
502
v->undithered_pf =
PF_Truecolor
;
503
v->dithered_pf = (GET_VISUAL_DEPTH(v)<24) ? PF_Dither_True :
PF_Truecolor
;
651
case
PF_Truecolor
:
[
all
...]
Completed in 1898 milliseconds