Searched defs:auxBuffers (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/
H A Dglxint.h53 int auxBuffers; member in struct:__GLXvisualConfigRec
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c1346 BOOL auxBuffers, int numSamples, BOOL findCompatible)
1376 TRACE("ColorFormat=%s, DepthStencilFormat=%s, auxBuffers=%d, numSamples=%d, findCompatible=%d\n",
1378 auxBuffers, numSamples, findCompatible);
1404 if(auxBuffers && !cfg->auxBuffers && matches[matchtry].require_aux)
1545 BOOL auxBuffers = FALSE; local
1593 auxBuffers = TRUE;
1634 auxBuffers, numSamples, FALSE /* findCompatible */);
1641 auxBuffers, 0 /* numSamples */, TRUE /* findCompatible */);
1344 WineD3D_ChoosePixelFormat(IWineD3DDeviceImpl *This, HDC hdc, const struct wined3d_format_desc *color_format_desc, const struct wined3d_format_desc *ds_format_desc, BOOL auxBuffers, int numSamples, BOOL findCompatible) argument
H A Dwined3d_private.h1346 int auxBuffers; member in struct:WineD3D_PixelFormat
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_limits.h194 GLuint auxBuffers; member in struct:__anon16209
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c1436 BOOL auxBuffers, BOOL findCompatible)
1447 auxBuffers, findCompatible);
1497 if (auxBuffers && cfg->auxBuffers)
1629 BOOL auxBuffers = FALSE; local
1709 auxBuffers = TRUE;
1727 pixel_format = context_choose_pixel_format(device, hdc, color_format, ds_format, auxBuffers, FALSE);
1733 pixel_format = context_choose_pixel_format(device, hdc, color_format, ds_format, auxBuffers, TRUE);
1434 context_choose_pixel_format(const struct wined3d_device *device, HDC hdc, const struct wined3d_format *color_format, const struct wined3d_format *ds_format, BOOL auxBuffers, BOOL findCompatible) argument
H A Dwined3d_private.h1422 int auxBuffers; member in struct:wined3d_pixel_format
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1374 int auxBuffers; member in struct:WineD3D_PixelFormat

Completed in 3868 milliseconds