Searched refs:segment_count (Results 1 - 6 of 6) sorted by relevance
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | d3dx9mesh.h | 833 HRESULT WINAPI D3DXRectPatchSize(const FLOAT *segment_count, DWORD *num_triangles, 847 HRESULT WINAPI D3DXTesselateNPatches(ID3DXMesh *mesh_in, const DWORD *adjacency_in, float segment_count, 849 HRESULT WINAPI D3DXTesselateRectPatch(struct IDirect3DVertexBuffer9 *buffer, const float *segment_count, 851 HRESULT WINAPI D3DXTesselateTriPatch(struct IDirect3DVertexBuffer9 *buffer, const float *segment_count, 853 HRESULT WINAPI D3DXTriPatchSize(const FLOAT *segment_count, DWORD *num_triangles,
|
| H A D | d3d9.h | 1424 STDMETHOD(DrawRectPatch)(THIS_ UINT handle, const float *segment_count, const D3DRECTPATCH_INFO *patch_info) PURE; 1425 STDMETHOD(DrawTriPatch)(THIS_ UINT handle, const float *segment_count, const D3DTRIPATCH_INFO *patch_info) PURE; 1808 STDMETHOD(DrawRectPatch)(THIS_ UINT handle, const float *segment_count, const D3DRECTPATCH_INFO *patch_info) PURE; 1809 STDMETHOD(DrawTriPatch)(THIS_ UINT handle, const float *segment_count, const D3DTRIPATCH_INFO *patch_info) PURE;
|
| H A D | d3d8.h | 941 STDMETHOD(DrawRectPatch)(THIS_ UINT handle, const float *segment_count, 943 STDMETHOD(DrawTriPatch)(THIS_ UINT handle, const float *segment_count,
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/ |
| H A D | device.c | 2194 static HRESULT WINAPI d3d9_device_SetNPatchMode(IDirect3DDevice9Ex *iface, float segment_count) argument 2199 TRACE("iface %p, segment_count %.8e.\n", iface, segment_count); 2202 hr = wined3d_device_set_npatch_mode(device->wined3d_device, segment_count); 3139 const float *segment_count, const D3DRECTPATCH_INFO *patch_info) 3141 FIXME("iface %p, handle %#x, segment_count %p, patch_info %p unimplemented.\n", 3142 iface, handle, segment_count, patch_info); 3147 const float *segment_count, const D3DTRIPATCH_INFO *patch_info) 3149 FIXME("iface %p, handle %#x, segment_count %p, patch_info %p unimplemented.\n", 3150 iface, handle, segment_count, patch_inf 3138 d3d9_device_DrawRectPatch(IDirect3DDevice9Ex *iface, UINT handle, const float *segment_count, const D3DRECTPATCH_INFO *patch_info) argument 3146 d3d9_device_DrawTriPatch(IDirect3DDevice9Ex *iface, UINT handle, const float *segment_count, const D3DTRIPATCH_INFO *patch_info) argument [all...] |
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/ |
| H A D | device.c | 2718 const float *segment_count, const D3DRECTPATCH_INFO *patch_info) 2720 FIXME("iface %p, handle %#x, segment_count %p, patch_info %p unimplemented.\n", 2721 iface, handle, segment_count, patch_info); 2726 const float *segment_count, const D3DTRIPATCH_INFO *patch_info) 2728 FIXME("iface %p, handle %#x, segment_count %p, patch_info %p unimplemented.\n", 2729 iface, handle, segment_count, patch_info); 2717 d3d8_device_DrawRectPatch(IDirect3DDevice8 *iface, UINT handle, const float *segment_count, const D3DRECTPATCH_INFO *patch_info) argument 2725 d3d8_device_DrawTriPatch(IDirect3DDevice8 *iface, UINT handle, const float *segment_count, const D3DTRIPATCH_INFO *patch_info) argument
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
| H A D | device.c | 5715 UINT handle, const float *segment_count, const WINED3DTRIPATCH_INFO *patch_info) 5717 FIXME("iface %p, handle %#x, segment_count %p, patch_info %p stub!\n", 5718 iface, handle, segment_count, patch_info); 5714 IWineD3DDeviceImpl_DrawTriPatch(IWineD3DDevice *iface, UINT handle, const float *segment_count, const WINED3DTRIPATCH_INFO *patch_info) argument
|
Completed in 410 milliseconds