|
| WINE_DEFAULT_DEBUG_CHANNEL (d3d9) |
|
static struct d3d9_vertexbuffer * | impl_from_IDirect3DVertexBuffer9 (IDirect3DVertexBuffer9 *iface) |
|
static HRESULT WINAPI | d3d9_vertexbuffer_QueryInterface (IDirect3DVertexBuffer9 *iface, REFIID riid, void **out) |
|
static ULONG WINAPI | d3d9_vertexbuffer_AddRef (IDirect3DVertexBuffer9 *iface) |
|
static ULONG WINAPI | d3d9_vertexbuffer_Release (IDirect3DVertexBuffer9 *iface) |
|
static HRESULT WINAPI | d3d9_vertexbuffer_GetDevice (IDirect3DVertexBuffer9 *iface, IDirect3DDevice9 **device) |
|
static HRESULT WINAPI | d3d9_vertexbuffer_SetPrivateData (IDirect3DVertexBuffer9 *iface, REFGUID guid, const void *data, DWORD data_size, DWORD flags) |
|
static HRESULT WINAPI | d3d9_vertexbuffer_GetPrivateData (IDirect3DVertexBuffer9 *iface, REFGUID guid, void *data, DWORD *data_size) |
|
static HRESULT WINAPI | d3d9_vertexbuffer_FreePrivateData (IDirect3DVertexBuffer9 *iface, REFGUID guid) |
|
static DWORD WINAPI | d3d9_vertexbuffer_SetPriority (IDirect3DVertexBuffer9 *iface, DWORD priority) |
|
static DWORD WINAPI | d3d9_vertexbuffer_GetPriority (IDirect3DVertexBuffer9 *iface) |
|
static void WINAPI | d3d9_vertexbuffer_PreLoad (IDirect3DVertexBuffer9 *iface) |
|
static D3DRESOURCETYPE WINAPI | d3d9_vertexbuffer_GetType (IDirect3DVertexBuffer9 *iface) |
|
static HRESULT WINAPI | d3d9_vertexbuffer_Lock (IDirect3DVertexBuffer9 *iface, UINT offset, UINT size, void **data, DWORD flags) |
|
static HRESULT WINAPI | d3d9_vertexbuffer_Unlock (IDirect3DVertexBuffer9 *iface) |
|
static HRESULT WINAPI | d3d9_vertexbuffer_GetDesc (IDirect3DVertexBuffer9 *iface, D3DVERTEXBUFFER_DESC *desc) |
|
static void STDMETHODCALLTYPE | d3d9_vertexbuffer_wined3d_object_destroyed (void *parent) |
|
HRESULT | vertexbuffer_init (struct d3d9_vertexbuffer *buffer, struct d3d9_device *device, UINT size, UINT usage, DWORD fvf, D3DPOOL pool) |
|
struct d3d9_vertexbuffer * | unsafe_impl_from_IDirect3DVertexBuffer9 (IDirect3DVertexBuffer9 *iface) |
|
static struct d3d9_indexbuffer * | impl_from_IDirect3DIndexBuffer9 (IDirect3DIndexBuffer9 *iface) |
|
static HRESULT WINAPI | d3d9_indexbuffer_QueryInterface (IDirect3DIndexBuffer9 *iface, REFIID riid, void **out) |
|
static ULONG WINAPI | d3d9_indexbuffer_AddRef (IDirect3DIndexBuffer9 *iface) |
|
static ULONG WINAPI | d3d9_indexbuffer_Release (IDirect3DIndexBuffer9 *iface) |
|
static HRESULT WINAPI | d3d9_indexbuffer_GetDevice (IDirect3DIndexBuffer9 *iface, IDirect3DDevice9 **device) |
|
static HRESULT WINAPI | d3d9_indexbuffer_SetPrivateData (IDirect3DIndexBuffer9 *iface, REFGUID guid, const void *data, DWORD data_size, DWORD flags) |
|
static HRESULT WINAPI | d3d9_indexbuffer_GetPrivateData (IDirect3DIndexBuffer9 *iface, REFGUID guid, void *data, DWORD *data_size) |
|
static HRESULT WINAPI | d3d9_indexbuffer_FreePrivateData (IDirect3DIndexBuffer9 *iface, REFGUID guid) |
|
static DWORD WINAPI | d3d9_indexbuffer_SetPriority (IDirect3DIndexBuffer9 *iface, DWORD priority) |
|
static DWORD WINAPI | d3d9_indexbuffer_GetPriority (IDirect3DIndexBuffer9 *iface) |
|
static void WINAPI | d3d9_indexbuffer_PreLoad (IDirect3DIndexBuffer9 *iface) |
|
static D3DRESOURCETYPE WINAPI | d3d9_indexbuffer_GetType (IDirect3DIndexBuffer9 *iface) |
|
static HRESULT WINAPI | d3d9_indexbuffer_Lock (IDirect3DIndexBuffer9 *iface, UINT offset, UINT size, void **data, DWORD flags) |
|
static HRESULT WINAPI | d3d9_indexbuffer_Unlock (IDirect3DIndexBuffer9 *iface) |
|
static HRESULT WINAPI | d3d9_indexbuffer_GetDesc (IDirect3DIndexBuffer9 *iface, D3DINDEXBUFFER_DESC *desc) |
|
static void STDMETHODCALLTYPE | d3d9_indexbuffer_wined3d_object_destroyed (void *parent) |
|
HRESULT | indexbuffer_init (struct d3d9_indexbuffer *buffer, struct d3d9_device *device, UINT size, DWORD usage, D3DFORMAT format, D3DPOOL pool) |
|
struct d3d9_indexbuffer * | unsafe_impl_from_IDirect3DIndexBuffer9 (IDirect3DIndexBuffer9 *iface) |
|