ReactOS 0.4.15-dev-8621-g4b051b9
|
Go to the source code of this file.
|
static |
Definition at line 158 of file sampler.c.
Referenced by wined3d_sampler_bind().
WINE_DEFAULT_DEBUG_CHANNEL | ( | d3d | ) |
void wined3d_sampler_bind | ( | struct wined3d_sampler * | sampler, |
unsigned int | unit, | ||
struct wined3d_texture * | texture, | ||
const struct wined3d_context * | context | ||
) |
Definition at line 184 of file sampler.c.
Referenced by sampler(), and wined3d_shader_resource_view_bind().
HRESULT CDECL wined3d_sampler_create | ( | struct wined3d_device * | device, |
const struct wined3d_sampler_desc * | desc, | ||
void * | parent, | ||
const struct wined3d_parent_ops * | parent_ops, | ||
struct wined3d_sampler ** | sampler | ||
) |
Definition at line 130 of file sampler.c.
Referenced by create_default_samplers(), and sampler().
Definition at line 75 of file sampler.c.
Referenced by wined3d_sampler_init().
ULONG CDECL wined3d_sampler_decref | ( | struct wined3d_sampler * | sampler | ) |
Definition at line 53 of file sampler.c.
Referenced by destroy_default_samplers(), device_free_sampler(), sampler(), state_unbind_resources(), and wined3d_device_set_sampler().
Definition at line 36 of file sampler.c.
Referenced by wined3d_sampler_decref().
void *CDECL wined3d_sampler_get_parent | ( | const struct wined3d_sampler * | sampler | ) |
ULONG CDECL wined3d_sampler_incref | ( | struct wined3d_sampler * | sampler | ) |
Definition at line 27 of file sampler.c.
Referenced by wined3d_device_set_sampler().
|
static |