Home
last modified time | relevance | path

Searched refs:wined3d_device_get_base_vertex_index (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dwined3d.spec59 @ cdecl wined3d_device_get_base_vertex_index(ptr)
H A Ddevice.c1924 INT CDECL wined3d_device_get_base_vertex_index(const struct wined3d_device *device) in wined3d_device_get_base_vertex_index() function
/reactos/sdk/include/reactos/wine/
H A Dwined3d.h2267 INT __cdecl wined3d_device_get_base_vertex_index(const struct wined3d_device *device);
/reactos/dll/directx/wine/d3d8/
H A Ddevice.c2759 *base_vertex_index = wined3d_device_get_base_vertex_index(device->wined3d_device); in d3d8_device_GetIndices()