Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/wined3d/
H A Dsurface.c3584 destkeylow = src_texture->async.dst_blt_color_key.color_space_low_value; in surface_cpu_blt()
3585 destkeyhigh = src_texture->async.dst_blt_color_key.color_space_high_value; in surface_cpu_blt()
H A Dcs.c1604 texture->async.dst_blt_color_key = op->color_key; in wined3d_cs_exec_set_color_key()
H A Dwined3d_private.h3189 struct wined3d_color_key dst_blt_color_key; member