Searched refs:redSize (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/directx/wine/wined3d/ |
H A D | directx.c | 5052 if (cfg->redSize < format->red_size in wined3d_check_pixel_format_color() 6529 cfg->redSize = values[0]; in wined3d_adapter_init_fb_cfgs() 6561 cfg->redSize, cfg->greenSize, cfg->blueSize, cfg->alphaSize, in wined3d_adapter_init_fb_cfgs() 6594 cfg->redSize = pfd.cRedBits; in wined3d_adapter_init_fb_cfgs() 6610 cfg->redSize, cfg->greenSize, cfg->blueSize, cfg->alphaSize, in wined3d_adapter_init_fb_cfgs()
|
H A D | context.c | 1694 if (cfg->redSize < color_format->red_size) in context_choose_pixel_format() 1722 if (cfg->redSize == color_format->red_size in context_choose_pixel_format()
|
H A D | wined3d_private.h | 2221 int redSize, greenSize, blueSize, alphaSize, colorSize; member
|