Home
last modified time | relevance | path

Searched refs:alpha_test_key (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Darb_program_shader.c7807 struct wined3d_color_key alpha_test_key; in arbfp_blitter_blit() local
7877 alpha_test_key.color_space_low_value = 0; in arbfp_blitter_blit()
7878alpha_test_key.color_space_high_value = ~(((1u << fmt->alpha_size) - 1) << fmt->alpha_offset); in arbfp_blitter_blit()
7879 color_key = &alpha_test_key; in arbfp_blitter_blit()