Searched refs:vertexbuffer_init (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dvertexbuffer.c273 HRESULT vertexbuffer_init(IDirect3DVertexBuffer8Impl *buffer, IDirect3DDevice8Impl *device, function
H A Dd3d8_private.h319 HRESULT vertexbuffer_init(IDirect3DVertexBuffer8Impl *buffer, IDirect3DDevice8Impl *device,
H A Ddevice.c766 hr = vertexbuffer_init(object, This, size, usage, fvf, pool);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dvertexbuffer.c274 HRESULT vertexbuffer_init(IDirect3DVertexBuffer9Impl *buffer, IDirect3DDevice9Impl *device, function
H A Dd3d9_private.h359 HRESULT vertexbuffer_init(IDirect3DVertexBuffer9Impl *buffer, IDirect3DDevice9Impl *device,
H A Ddevice.c1147 hr = vertexbuffer_init(object, This, size, usage, fvf, pool);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dd3d8_private.h237 HRESULT vertexbuffer_init(struct d3d8_vertexbuffer *buffer, struct d3d8_device *device,
H A Dbuffer.c294 HRESULT vertexbuffer_init(struct d3d8_vertexbuffer *buffer, struct d3d8_device *device, function
H A Ddevice.c837 hr = vertexbuffer_init(object, device, size, usage, fvf, pool);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h245 HRESULT vertexbuffer_init(struct d3d9_vertexbuffer *buffer, struct d3d9_device *device,
H A Dbuffer.c295 HRESULT vertexbuffer_init(struct d3d9_vertexbuffer *buffer, struct d3d9_device *device, function
H A Ddevice.c1098 hr = vertexbuffer_init(object, device, size, usage, fvf, pool);

Completed in 79 milliseconds