Lines Matching defs:cfg
3152 const WineD3D_PixelFormat *cfg, const struct wined3d_format_desc *format_desc)
3156 if(!cfg)
3162 if(cfg->iPixelType == WGL_TYPE_RGBA_ARB) { /* Integer RGBA formats */
3169 if(cfg->redSize < redSize)
3172 if(cfg->greenSize < greenSize)
3175 if(cfg->blueSize < blueSize)
3178 if(cfg->alphaSize < alphaSize)
3189 const WineD3D_PixelFormat *cfg, const struct wined3d_format_desc *format_desc)
3194 if(!cfg)
3212 if(!(cfg->depthSize == depthSize || (!lockable && cfg->depthSize > depthSize)))
3217 if(cfg->stencilSize < stencilSize)
3507 WineD3D_PixelFormat *cfg = &adapter->cfgs[it];
3508 if (IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt(&adapter->gl_info, cfg, display_format_desc))
3510 if (IWineD3DImpl_IsPixelFormatCompatibleWithDepthFmt(&adapter->gl_info, cfg, ds_format_desc))