Home
last modified time | relevance | path

Searched refs:stereoMode (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxfbconfig.c59 (c1->stereoMode == c2->stereoMode) && in AreFBConfigsMatch()
H A Dglxcmds.c2919 buf[p++] = pFBConfig->stereoMode; in __glXGetFBConfigs()
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dglcontextmodes.c147 mode->stereoMode = (config->stereo != 0); in _gl_copy_visual_to_context_mode()
248 *value_return = mode->stereoMode; in _gl_get_context_mode_data()
536 (a->stereoMode == b->stereoMode) && in _gl_context_modes_are_same()
H A DvisualConfigs.c163 c->stereoMode = stereo ? TRUE : FALSE; in __glXAquaCreateVisualConfigs()
H A Dindirect.c458 if (conf->stereoMode) in makeFormat()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxscreens.h49 GLuint stereoMode; member
H A Dglxdricommon.c66 __ATTRIB(__DRI_ATTRIB_STEREO, stereoMode),
H A Dglxcmds.c934 buf[p++] = modes->stereoMode; in __glXDisp_GetVisualConfigs()
1048 WRITE_PAIR(GLX_STEREO, modes->stereoMode); in DoGetFBConfigs()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx_glxvisuals.c343 config->stereoMode = value; in GetGLXFBConfigs()
586 cfg->stereo = fbcfg->stereoMode; in GetGLXVisualConfigsFromFBConfigs()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c326 c->stereoMode ? "y" : ".", in fbConfigsDump()
1593 if (mode->stereoMode) { in fbConfigToPixelFormat()
1675 if (mode->stereoMode) in fbConfigToPixelFormatIndex()
1798 c->base.stereoMode = (pfd.dwFlags & PFD_STEREO) ? GL_TRUE : GL_FALSE; in glxWinCreateConfigs()
2100 c->base.stereoMode = ATTR_VALUE(WGL_STEREO_ARB, 0) ? GL_TRUE : GL_FALSE; in glxWinCreateConfigsExt()