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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dutils.c218 static const struct wined3d_format_vertex_info format_vertex_info[] = variable in typeref:struct:wined3d_format_vertex_info
1460 for (i = 0; i < (sizeof(format_vertex_info) / sizeof(*format_vertex_info)); ++i)
1463 int fmt_idx = getFmtIdx(format_vertex_info[i].format);
1468 debug_d3dformat(format_vertex_info[i].format), format_vertex_info[i].format);
1473 format_desc->emit_idx = format_vertex_info[i].emit_idx;
1474 format_desc->component_count = format_vertex_info[i].component_count;
1475 format_desc->gl_vtx_type = format_vertex_info[i].gl_vtx_type;
1476 format_desc->gl_vtx_format = format_vertex_info[
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c228 static const struct wined3d_format_vertex_info format_vertex_info[] = variable in typeref:struct:wined3d_format_vertex_info
1895 for (i = 0; i < (sizeof(format_vertex_info) / sizeof(*format_vertex_info)); ++i)
1898 int fmt_idx = getFmtIdx(format_vertex_info[i].id);
1903 debug_d3dformat(format_vertex_info[i].id), format_vertex_info[i].id);
1908 format->emit_idx = format_vertex_info[i].emit_idx;
1909 format->component_count = format_vertex_info[i].component_count;
1910 format->gl_vtx_type = format_vertex_info[i].gl_vtx_type;
1911 format->gl_vtx_format = format_vertex_info[
[all...]

Completed in 77 milliseconds