Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dcapabilities.h31 enum { GLCAPS_STENCIL_BIT_DEPTH_BUFFERS = 20 }; enumerator
50 char stencil_bit_depths[GLCAPS_STENCIL_BIT_DEPTH_BUFFERS];
H A Dcapabilities.c116 assert(offset < GLCAPS_STENCIL_BIT_DEPTH_BUFFERS); in handleStencilModes()
481 for (i = 0; i < GLCAPS_STENCIL_BIT_DEPTH_BUFFERS; ++i) { in initConfig()