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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dcapabilities.h51 int total_color_buffers; member in struct:glCapabilitiesConfig
H A DvisualConfigs.c86 conf->total_color_buffers indicates the RGB/RGBA color depths.
102 if(conf->total_color_buffers <= 0)
109 * conf->total_color_buffers
133 for(color = 0; color < conf->total_color_buffers; ++color) {
H A Dcapabilities.c292 c->total_color_buffers = handleColorAndAccumulation(c->color_buffers,
295 assert(c->total_color_buffers < GLCAPS_COLOR_BUFFERS);
465 c->total_color_buffers = 0;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dcapabilities.h51 int total_color_buffers; member in struct:glCapabilitiesConfig
H A DvisualConfigs.c84 conf->total_color_buffers indicates the RGB/RGBA color depths.
100 if(conf->total_color_buffers <= 0)
107 * conf->total_color_buffers
130 for(color = 0; color < conf->total_color_buffers; ++color) {
H A Dcapabilities.c307 c->total_color_buffers = handleColorAndAccumulation(c->color_buffers,
310 assert(c->total_color_buffers < GLCAPS_COLOR_BUFFERS);
485 c->total_color_buffers = 0;

Completed in 5 milliseconds