Searched refs:iPixelType (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dicd_drv.c235 pfd->iPixelType = PFD_TYPE_RGBA;
266 pfd->iPixelType = PFD_TYPE_RGBA;
H A Dwgl.c110 if ( pfd->iPixelType != PFD_TYPE_RGBA ) {
263 pfd->iPixelType = PFD_TYPE_RGBA;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c291 pfd.iPixelType = PFD_TYPE_RGBA;
3162 if(cfg->iPixelType == WGL_TYPE_RGBA_ARB) { /* Integer RGBA formats */
5517 cfgs->iPixelType = values[8];
5535 TRACE("iPixelFormat=%d, iPixelType=%#x, doubleBuffer=%d, RGBA=%d/%d/%d/%d, "
5537 cfgs->iPixelFormat, cfgs->iPixelType, cfgs->doubleBuffer,
5577 cfgs->iPixelType = (ppfd.iPixelType == PFD_TYPE_RGBA) ? WGL_TYPE_RGBA_ARB : WGL_TYPE_COLORINDEX_ARB;
5582 TRACE("iPixelFormat=%d, iPixelType=%#x, doubleBuffer=%d, RGBA=%d/%d/%d/%d, "
5584 cfgs->iPixelFormat, cfgs->iPixelType, cfgs->doubleBuffer,
H A Dcontext.c1396 if(cfg->iPixelType != WGL_TYPE_RGBA_ARB)
1484 pfd.iPixelType = PFD_TYPE_RGBA;
H A Dwined3d_private.h1341 int iPixelType; /* WGL pixel type e.g. WGL_TYPE_RGBA_ARB, WGL_TYPE_RGBA_FLOAT_ARB or WGL_TYPE_COLORINDEX_ARB */ member in struct:WineD3D_PixelFormat
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c383 pfd.iPixelType = PFD_TYPE_RGBA;
3725 if(cfg->iPixelType == WGL_TYPE_RGBA_ARB) { /* Integer RGBA formats */
5191 cfg->iPixelType = values[8];
5212 TRACE("iPixelFormat=%d, iPixelType=%#x, doubleBuffer=%d, RGBA=%d/%d/%d/%d, "
5214 cfg->iPixelFormat, cfg->iPixelType, cfg->doubleBuffer,
5256 cfg->iPixelType = (pfd.iPixelType == PFD_TYPE_RGBA) ? WGL_TYPE_RGBA_ARB : WGL_TYPE_COLORINDEX_ARB;
5261 TRACE("iPixelFormat=%d, iPixelType=%#x, doubleBuffer=%d, RGBA=%d/%d/%d/%d, "
5263 cfg->iPixelFormat, cfg->iPixelType, cfg->doubleBuffer,
H A Dcontext.c1466 if (cfg->iPixelType != WGL_TYPE_RGBA_ARB)
1524 pfd.iPixelType = PFD_TYPE_RGBA;
H A Dwined3d_private.h1417 int iPixelType; /* WGL pixel type e.g. WGL_TYPE_RGBA_ARB, WGL_TYPE_RGBA_FLOAT_ARB or WGL_TYPE_COLORINDEX_ARB */ member in struct:wined3d_pixel_format
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwingdi.h61 BYTE iPixelType; member in struct:tagPIXELFORMATDESCRIPTOR
1494 BYTE iPixelType; member in struct:__anon14333
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwingdi.h61 BYTE iPixelType; member in struct:tagPIXELFORMATDESCRIPTOR
1472 BYTE iPixelType; member in struct:__anon1653
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1369 int iPixelType; /* WGL pixel type e.g. WGL_TYPE_RGBA_ARB, WGL_TYPE_RGBA_FLOAT_ARB or WGL_TYPE_COLORINDEX_ARB */ member in struct:WineD3D_PixelFormat

Completed in 439 milliseconds