Searched refs:GLCAPS_DEPTH_BUFFERS (Results 1 – 2 of 2) sorted by relevance
32 enum { GLCAPS_DEPTH_BUFFERS = 20 }; enumerator46 int depth_buffers[GLCAPS_DEPTH_BUFFERS];
369 assert(c->total_depth_buffer_depths < GLCAPS_DEPTH_BUFFERS); in handleDepthModes()472 for (i = 0; i < GLCAPS_DEPTH_BUFFERS; ++i) { in initConfig()