Lines Matching defs:cfg
1392 WineD3D_PixelFormat *cfg = &This->adapter->cfgs[i];
1396 if(cfg->iPixelType != WGL_TYPE_RGBA_ARB)
1400 if(!(cfg->windowDrawable && cfg->doubleBuffer))
1404 if(auxBuffers && !cfg->auxBuffers && matches[matchtry].require_aux)
1408 if(cfg->redSize != redBits)
1410 if(cfg->greenSize != greenBits)
1412 if(cfg->blueSize != blueBits)
1415 if(cfg->redSize < redBits)
1417 if(cfg->greenSize < greenBits)
1419 if(cfg->blueSize < blueBits)
1423 if(cfg->alphaSize != alphaBits)
1426 if(cfg->alphaSize < alphaBits)
1432 if(cfg->depthSize < depthBits)
1434 else if(cfg->depthSize > depthBits)
1441 if(stencilBits != cfg->stencilSize && !(This->adapter->brokenStencil && stencilBits <= cfg->stencilSize))
1445 if(cfg->numSamples != numSamples)
1456 iPixelFormat = cfg->iPixelFormat;
1462 iPixelFormat = cfg->iPixelFormat;