Home
last modified time | relevance | path

Searched refs:depthBits (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxfbconfig.c67 (c1->depthBits == c2->depthBits) && in AreFBConfigsMatch()
H A Dglxcmds.c2931 buf[p++] = pFBConfig->depthBits; in __glXGetFBConfigs()
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dglcontextmodes.c171 mode->depthBits = config->depthSize; in _gl_copy_visual_to_context_mode()
256 *value_return = mode->depthBits; in _gl_get_context_mode_data()
553 (a->depthBits == b->depthBits) && in _gl_context_modes_are_same()
H A DvisualConfigs.c213 c->depthBits = conf->depth_buffers[depth]; in __glXAquaCreateVisualConfigs()
H A Dindirect.c475 attr[i++] = conf->depthBits; in makeFormat()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx_glxvisuals.c361 config->depthBits = value; in GetGLXFBConfigs()
464 config->haveDepthBuffer = config->depthBits > 0; in GetGLXFBConfigs()
597 cfg->depthSize = fbcfg->depthBits; in GetGLXVisualConfigsFromFBConfigs()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxscreens.h57 GLint depthBits; member
H A Dglxscreens.c302 if (config->depthBits > 0) in pickFBConfig()
H A Dglxdricommon.c57 __ATTRIB(__DRI_ATTRIB_DEPTH_SIZE, depthBits),
H A Dglxcmds.c937 buf[p++] = modes->depthBits; in __glXDisp_GetVisualConfigs()
1061 WRITE_PAIR(GLX_DEPTH_SIZE, modes->depthBits); in DoGetFBConfigs()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c328 c->depthBits, c->stencilBits, in fbConfigsDump()
1629 pfd.cDepthBits = mode->depthBits; in fbConfigToPixelFormat()
1668 SET_ATTR_VALUE(WGL_DEPTH_BITS_ARB, mode->depthBits); in fbConfigToPixelFormatIndex()
1828 c->base.depthBits = pfd.cDepthBits; in glxWinCreateConfigs()
2156 c->base.depthBits = ATTR_VALUE(WGL_DEPTH_BITS_ARB, 0); in glxWinCreateConfigsExt()