Searched defs:light_idx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c1778 UINT light_idx, const struct wined3d_light *light)
1780 UINT hash_idx = LIGHTMAP_HASHFUNC(light_idx);
1785 TRACE("device %p, light_idx %u, light %p.\n", device, light_idx, light);
1819 if (object->OriginalIndex == light_idx)
1833 object->OriginalIndex = light_idx;
1838 light_idx, light->type,
1935 UINT light_idx, struct wined3d_light *light)
1937 UINT hash_idx = LIGHTMAP_HASHFUNC(light_idx);
1941 TRACE("device %p, light_idx
1777 wined3d_device_set_light(struct wined3d_device *device, UINT light_idx, const struct wined3d_light *light) argument
1934 wined3d_device_get_light(const struct wined3d_device *device, UINT light_idx, struct wined3d_light *light) argument
1961 wined3d_device_set_light_enable(struct wined3d_device *device, UINT light_idx, BOOL enable) argument
2063 wined3d_device_get_light_enable(const struct wined3d_device *device, UINT light_idx, BOOL *enable) argument
[all...]

Completed in 94 milliseconds