Searched refs:total_depth_buffer_depths (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dcapabilities.h45 int total_depth_buffer_depths; member in struct:glCapabilitiesConfig
H A DvisualConfigs.c90 conf->total_depth_buffer_depths
111 * conf->total_depth_buffer_depths
136 for(depth = 0; depth < conf->total_depth_buffer_depths; ++depth) {
H A Dcapabilities.c349 c->total_depth_buffer_depths = offset;
350 assert(c->total_depth_buffer_depths < GLCAPS_DEPTH_BUFFERS);
450 c->total_depth_buffer_depths = 0;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dcapabilities.h45 int total_depth_buffer_depths; member in struct:glCapabilitiesConfig
H A DvisualConfigs.c88 conf->total_depth_buffer_depths
109 * conf->total_depth_buffer_depths
133 for(depth = 0; depth < conf->total_depth_buffer_depths; ++depth) {
H A Dcapabilities.c368 c->total_depth_buffer_depths = offset;
369 assert(c->total_depth_buffer_depths < GLCAPS_DEPTH_BUFFERS);
470 c->total_depth_buffer_depths = 0;

Completed in 5 milliseconds