Home
last modified time | relevance | path

Searched refs:GLCAPS_DEPTH_BUFFERS (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dcapabilities.h32 enum { GLCAPS_DEPTH_BUFFERS = 20 }; enumerator
46 int depth_buffers[GLCAPS_DEPTH_BUFFERS];
H A Dcapabilities.c369 assert(c->total_depth_buffer_depths < GLCAPS_DEPTH_BUFFERS); in handleDepthModes()
472 for (i = 0; i < GLCAPS_DEPTH_BUFFERS; ++i) { in initConfig()