OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_VISUAL_DEPTH
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesa_x.h
81
#define
GET_VISUAL_DEPTH
(__v) __v->visinfo->depth
xm_api.c
503
v->dithered_pf = (
GET_VISUAL_DEPTH
(v)<24) ? PF_Dither_True : PF_Truecolor;
525
if (
GET_VISUAL_DEPTH
(v) == 32 && v->mesa_visual.alphaBits == 8)
598
printf("X/Mesa depth = %d\n",
GET_VISUAL_DEPTH
(v));
835
depth =
GET_VISUAL_DEPTH
(v);
842
assert( red_bits + green_bits + blue_bits ==
GET_VISUAL_DEPTH
(v) );
1007
if (
GET_VISUAL_DEPTH
(v) != depth) {
1009
GET_VISUAL_DEPTH
(v), depth);
[
all
...]
xm_buffer.c
197
GET_VISUAL_DEPTH
(b->xm_visual),
228
GET_VISUAL_DEPTH
(b->xm_visual));
/external/mesa3d/src/mesa/drivers/x11/
xmesa_x.h
81
#define
GET_VISUAL_DEPTH
(__v) __v->visinfo->depth
xm_api.c
503
v->dithered_pf = (
GET_VISUAL_DEPTH
(v)<24) ? PF_Dither_True : PF_Truecolor;
525
if (
GET_VISUAL_DEPTH
(v) == 32 && v->mesa_visual.alphaBits == 8)
598
printf("X/Mesa depth = %d\n",
GET_VISUAL_DEPTH
(v));
835
depth =
GET_VISUAL_DEPTH
(v);
842
assert( red_bits + green_bits + blue_bits ==
GET_VISUAL_DEPTH
(v) );
1007
if (
GET_VISUAL_DEPTH
(v) != depth) {
1009
GET_VISUAL_DEPTH
(v), depth);
[
all
...]
xm_buffer.c
197
GET_VISUAL_DEPTH
(b->xm_visual),
228
GET_VISUAL_DEPTH
(b->xm_visual));
Completed in 64 milliseconds