OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:depth_bits_array
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c
84
uint8_t
depth_bits_array
[5];
local
99
depth_bits_array
[0] = 0;
142
depth_bits_array
[depth_buffer_factor] = 16;
146
depth_bits_array
[depth_buffer_factor] = 24;
151
depth_bits_array
[depth_buffer_factor] = 24;
156
depth_bits_array
[depth_buffer_factor] = 32;
178
depth_bits_array
, stencil_bits_array,
197
depth_bits_array
,
219
depth_bits_array
,
/external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c
84
uint8_t
depth_bits_array
[5];
local
99
depth_bits_array
[0] = 0;
142
depth_bits_array
[depth_buffer_factor] = 16;
146
depth_bits_array
[depth_buffer_factor] = 24;
151
depth_bits_array
[depth_buffer_factor] = 24;
156
depth_bits_array
[depth_buffer_factor] = 32;
178
depth_bits_array
, stencil_bits_array,
197
depth_bits_array
,
219
depth_bits_array
,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c
138
uint8_t
depth_bits_array
[4];
local
145
depth_bits_array
[0] = 0;
146
depth_bits_array
[1] = 0;
147
depth_bits_array
[2] = depth_bits;
148
depth_bits_array
[3] = depth_bits;
187
depth_bits_array
, stencil_bits_array,
/external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c
138
uint8_t
depth_bits_array
[4];
local
145
depth_bits_array
[0] = 0;
146
depth_bits_array
[1] = 0;
147
depth_bits_array
[2] = depth_bits;
148
depth_bits_array
[3] = depth_bits;
187
depth_bits_array
, stencil_bits_array,
Completed in 316 milliseconds