Searched refs:fvf_decl_count (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h164 UINT fvf_decl_count, fvf_decl_size; member in struct:d3d9_device
H A Ddevice.c303 for (i = 0; i < device->fvf_decl_count; ++i)
350 for (i = 0; i < device->fvf_decl_count; ++i)
2571 high = device->fvf_decl_count - 1;
2598 if (device->fvf_decl_size == device->fvf_decl_count)
2617 memmove(fvf_decls + low + 1, fvf_decls + low, sizeof(*fvf_decls) * (device->fvf_decl_count - low));
2620 ++device->fvf_decl_count;
2622 TRACE("Returning %p. %u declatations in array.\n", wined3d_declaration, device->fvf_decl_count);

Completed in 54 milliseconds