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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h832 struct wined3d_vertex_pipe_ops;
850 HRESULT (*shader_alloc_private)(struct wined3d_device *device, const struct wined3d_vertex_pipe_ops *vertex_pipe,
1273 struct wined3d_vertex_pipe_ops struct
1291 extern const struct wined3d_vertex_pipe_ops none_vertex_pipe DECLSPEC_HIDDEN;
1292 extern const struct wined3d_vertex_pipe_ops ffp_vertex_pipe DECLSPEC_HIDDEN;
1293 extern const struct wined3d_vertex_pipe_ops glsl_vertex_pipe DECLSPEC_HIDDEN;
1298 const struct wined3d_vertex_pipe_ops *vertex, const struct fragment_pipeline *fragment,
1718 const struct wined3d_vertex_pipe_ops *vertex_pipe;

Completed in 3013 milliseconds