Searched defs:IndexDataFormat (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
H A D | device.c | 1724 D3DFORMAT IndexDataFormat,CONST void* pVertexStreamZeroData, 1732 pIndexData, IndexDataFormat, pVertexStreamZeroData, VertexStreamZeroStride); 1738 wined3dformat_from_d3dformat(IndexDataFormat), pVertexStreamZeroData, VertexStreamZeroStride); 1722 IDirect3DDevice8Impl_DrawIndexedPrimitiveUP(LPDIRECT3DDEVICE8 iface, D3DPRIMITIVETYPE PrimitiveType,UINT MinVertexIndex, UINT NumVertexIndices,UINT PrimitiveCount,CONST void* pIndexData, D3DFORMAT IndexDataFormat,CONST void* pVertexStreamZeroData, UINT VertexStreamZeroStride) argument
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | device.c | 2302 D3DFORMAT IndexDataFormat, CONST void* pVertexStreamZeroData, UINT VertexStreamZeroStride) { 2309 pIndexData, IndexDataFormat, pVertexStreamZeroData, VertexStreamZeroStride); 2315 wined3dformat_from_d3dformat(IndexDataFormat), pVertexStreamZeroData, VertexStreamZeroStride); 2300 IDirect3DDevice9Impl_DrawIndexedPrimitiveUP(LPDIRECT3DDEVICE9EX iface, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertexIndices, UINT PrimitiveCount, CONST void* pIndexData, D3DFORMAT IndexDataFormat, CONST void* pVertexStreamZeroData, UINT VertexStreamZeroStride) argument
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | device.c | 4845 UINT index_count, const void *pIndexData, WINED3DFORMAT IndexDataFormat, 4854 This, index_count, pIndexData, IndexDataFormat, pVertexStreamZeroData, VertexStreamZeroStride); 4861 if (IndexDataFormat == WINED3DFMT_R16_UINT) { 4919 UINT NumVertices, const void *pIndexData, WINED3DFORMAT IndexDataFormat) 4922 DWORD idxSize = (IndexDataFormat == WINED3DFMT_R32_UINT ? 4 : 2); 4844 IWineD3DDeviceImpl_DrawIndexedPrimitiveUP(IWineD3DDevice *iface, UINT index_count, const void *pIndexData, WINED3DFORMAT IndexDataFormat, const void *pVertexStreamZeroData, UINT VertexStreamZeroStride) argument 4917 IWineD3DDeviceImpl_DrawIndexedPrimitiveStrided(IWineD3DDevice *iface, UINT vertex_count, const WineDirect3DVertexStridedData *DrawPrimStrideData, UINT NumVertices, const void *pIndexData, WINED3DFORMAT IndexDataFormat) argument
|
Completed in 2891 milliseconds