Searched refs:doubleBuffer (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/
H A Dglxint.h48 Bool doubleBuffer; member in struct:__GLXvisualConfigRec
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvboxvideo_dri.c132 pConfigs[0].doubleBuffer = FALSE;
133 pConfigs[1].doubleBuffer = TRUE;
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_limits.h196 GLboolean doubleBuffer; member in struct:__anon16209
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_limits.c162 l->doubleBuffer = GL_FALSE;
H A Dstate_init.c383 ctx->limits.doubleBuffer = GL_TRUE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c5518 cfgs->doubleBuffer = values[9];
5535 TRACE("iPixelFormat=%d, iPixelType=%#x, doubleBuffer=%d, RGBA=%d/%d/%d/%d, "
5537 cfgs->iPixelFormat, cfgs->iPixelType, cfgs->doubleBuffer,
5578 cfgs->doubleBuffer = (ppfd.dwFlags & PFD_DOUBLEBUFFER) ? 1 : 0;
5582 TRACE("iPixelFormat=%d, iPixelType=%#x, doubleBuffer=%d, RGBA=%d/%d/%d/%d, "
5584 cfgs->iPixelFormat, cfgs->iPixelType, cfgs->doubleBuffer,
H A Dcontext.c1400 if(!(cfg->windowDrawable && cfg->doubleBuffer))
H A Dwined3d_private.h1345 BOOL doubleBuffer; member in struct:WineD3D_PixelFormat
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c5192 cfg->doubleBuffer = values[9];
5212 TRACE("iPixelFormat=%d, iPixelType=%#x, doubleBuffer=%d, RGBA=%d/%d/%d/%d, "
5214 cfg->iPixelFormat, cfg->iPixelType, cfg->doubleBuffer,
5257 cfg->doubleBuffer = (pfd.dwFlags & PFD_DOUBLEBUFFER) ? 1 : 0;
5261 TRACE("iPixelFormat=%d, iPixelType=%#x, doubleBuffer=%d, RGBA=%d/%d/%d/%d, "
5263 cfg->iPixelFormat, cfg->iPixelType, cfg->doubleBuffer,
H A Dcontext.c1469 if (!(cfg->windowDrawable && cfg->doubleBuffer))
H A Dwined3d_private.h1421 BOOL doubleBuffer; member in struct:wined3d_pixel_format
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1373 BOOL doubleBuffer; member in struct:WineD3D_PixelFormat

Completed in 142 milliseconds