Searched refs:alpha_mask (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3drmdef.h110 unsigned long alpha_mask; member in struct:_D3DRMIMAGE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_gdi.c361 alpha_shift = get_shift(format_desc->alpha_mask);
380 comp = color & format_desc->alpha_mask;
H A Dcontext.c2796 if ((old->alpha_mask && !new->alpha_mask) || (!old->alpha_mask && new->alpha_mask)
H A Dstate.c293 dstBlend = target->resource.format_desc->alpha_mask ? GL_DST_ALPHA : GL_ONE;
296 dstBlend = target->resource.format_desc->alpha_mask ? GL_ONE_MINUS_DST_ALPHA : GL_ZERO;
335 srcBlend = target->resource.format_desc->alpha_mask ? GL_DST_ALPHA : GL_ONE;
338 srcBlend = target->resource.format_desc->alpha_mask ? GL_ONE_MINUS_DST_ALPHA : GL_ZERO;
504 if (!surf->resource.format_desc->alpha_mask) enable_ckey = TRUE;
3118 if (surf->CKeyFlags & WINEDDSD_CKSRCBLT && !surf->resource.format_desc->alpha_mask)
H A Dutils.c894 desc->alpha_mask = formats[i].alphaMask;
2450 *alphaSize = count_bits(format_desc->alpha_mask);
2788 if (surf->CKeyFlags & WINEDDSD_CKSRCBLT && !surf->resource.format_desc->alpha_mask)
H A Dwined3d_private.h3348 DWORD alpha_mask; member in struct:wined3d_format_desc
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3drmdef.h168 ULONG alpha_mask; member in struct:_D3DRMIMAGE
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3389 DWORD alpha_mask; member in struct:wined3d_format_desc

Completed in 136 milliseconds