Searched refs:wined3d_sampler_bind (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/directx/wine/wined3d/ |
H A D | sampler.c | 184 void wined3d_sampler_bind(struct wined3d_sampler *sampler, unsigned int unit, in wined3d_sampler_bind() function
|
H A D | view.c | 818 wined3d_sampler_bind(sampler, unit, NULL, context); in wined3d_shader_resource_view_bind() 830 wined3d_sampler_bind(sampler, unit, texture, context); in wined3d_shader_resource_view_bind()
|
H A D | wined3d_private.h | 3414 void wined3d_sampler_bind(struct wined3d_sampler *sampler, unsigned int unit,
|
H A D | state.c | 3742 wined3d_sampler_bind(sampler, mapped_stage, texture, context); in sampler()
|