Searched refs:aux_buffers (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c244 int aux_buffers = attrib[1]; local
245 if (aux_buffers != 0)
247 crWarning("glXChooseVisual: aux_buffers=%d unsupported",
248 aux_buffers);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c1445 TRACE("device %p, dc %p, color_format %s, ds_format %s, aux_buffers %#x, find_compatible %#x.\n",
1930 gl_info->gl_ops.gl.p_glGetIntegerv(GL_AUX_BUFFERS, &ret->aux_buffers);
H A Dsurface.c5315 if (context->aux_buffers >= 2)
5320 else if ((!src_offscreen || device->offscreenBuffer == GL_BACK) && context->aux_buffers >= 1)
H A Dwined3d_private.h1186 GLint aux_buffers; member in struct:wined3d_context
H A Ddevice.c1240 if (context_get_current()->aux_buffers > 0)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c1767 glGetIntegerv(GL_AUX_BUFFERS, &ret->aux_buffers);
H A Dsurface.c3476 if (context->aux_buffers >= 2)
3481 else if ((!src_offscreen || myDevice->offscreenBuffer == GL_BACK) && context->aux_buffers >= 1)
H A Dwined3d_private.h1158 GLint aux_buffers; member in struct:wined3d_context
H A Ddevice.c1764 if (context_get_current()->aux_buffers > 0)
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1186 GLint aux_buffers; member in struct:wined3d_context

Completed in 596 milliseconds