Searched defs:pIndexData (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddevice.c1723 UINT NumVertexIndices,UINT PrimitiveCount,CONST void* pIndexData,
1732 pIndexData, IndexDataFormat, pVertexStreamZeroData, VertexStreamZeroStride);
1737 vertex_count_from_primitive_count(PrimitiveType, PrimitiveCount), pIndexData,
2095 static HRESULT WINAPI IDirect3DDevice8Impl_SetIndices(LPDIRECT3DDEVICE8 iface, IDirect3DIndexBuffer8* pIndexData, UINT baseVertexIndex) { argument
2098 IDirect3DIndexBuffer8Impl *ib = (IDirect3DIndexBuffer8Impl *)pIndexData;
2100 TRACE("iface %p, buffer %p, base_vertex_idx %u.\n", iface, pIndexData, baseVertexIndex);
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 Ddevice.c2301 UINT NumVertexIndices, UINT PrimitiveCount, CONST void* pIndexData,
2309 pIndexData, IndexDataFormat, pVertexStreamZeroData, VertexStreamZeroStride);
2314 vertex_count_from_primitive_count(PrimitiveType, PrimitiveCount), pIndexData,
2608 static HRESULT WINAPI IDirect3DDevice9Impl_SetIndices(LPDIRECT3DDEVICE9EX iface, IDirect3DIndexBuffer9* pIndexData) { argument
2611 IDirect3DIndexBuffer9Impl *ib = (IDirect3DIndexBuffer9Impl *) pIndexData;
2613 TRACE("iface %p, buffer %p.\n", iface, pIndexData);
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 Ddevice.c2752 IWineD3DBuffer *pIndexData, WINED3DFORMAT fmt)
2757 TRACE("(%p) : Setting to %p\n", This, pIndexData);
2758 oldIdxs = This->updateStateBlock->pIndexData;
2761 This->updateStateBlock->pIndexData = pIndexData;
2767 if(pIndexData) IWineD3DBuffer_AddRef(pIndexData);
2772 if(oldIdxs != pIndexData) {
2774 if(pIndexData) {
2775 InterlockedIncrement(&((struct wined3d_buffer *)pIndexData)
2751 IWineD3DDeviceImpl_SetIndexBuffer(IWineD3DDevice *iface, IWineD3DBuffer *pIndexData, WINED3DFORMAT fmt) argument
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
[all...]
H A Dwined3d_private.h2701 IWineD3DBuffer* pIndexData; member in struct:IWineD3DStateBlockImpl
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2736 IWineD3DBuffer* pIndexData; member in struct:IWineD3DStateBlockImpl

Completed in 118 milliseconds