Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/wined3d/
H A Dsampler.c106 wined3d_gl_compare_func(desc->comparison_func))); in wined3d_sampler_cs_init()
H A Dtexture.c782 gl_tex->sampler_desc.comparison_func = WINED3D_CMP_LESSEQUAL;
H A Ddevice.c798 desc.comparison_func = WINED3D_CMP_NEVER; in create_default_samplers()
H A Dstate.c3670 desc->comparison_func = WINED3D_CMP_LESSEQUAL; in wined3d_sampler_desc_from_sampler_states()
/reactos/sdk/include/reactos/wine/
H A Dwined3d.h2028 enum wined3d_cmp_func comparison_func; member