Searched refs:GLCAPS_DEPTH_BUFFERS (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dcapabilities.h32 enum { GLCAPS_DEPTH_BUFFERS = 20 }; enumerator in enum:__anonbac771d70503
46 int depth_buffers[GLCAPS_DEPTH_BUFFERS];
H A Dcapabilities.c350 assert(c->total_depth_buffer_depths < GLCAPS_DEPTH_BUFFERS);
452 for(i = 0; i < GLCAPS_DEPTH_BUFFERS; ++i) {
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dcapabilities.h32 enum { GLCAPS_DEPTH_BUFFERS = 20 }; enumerator in enum:__anonbed141aa0503
46 int depth_buffers[GLCAPS_DEPTH_BUFFERS];
H A Dcapabilities.c369 assert(c->total_depth_buffer_depths < GLCAPS_DEPTH_BUFFERS);
472 for (i = 0; i < GLCAPS_DEPTH_BUFFERS; ++i) {

Completed in 7 milliseconds