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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c2718 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_new/d3d9/
H A Ddevice.c2194 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/wined3d/
H A Ddevice.c5715 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 200 milliseconds