Home
last modified time | relevance | path

Searched defs:pVertexStreamZeroData (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c3080 NineDevice9_DrawPrimitiveUP( struct NineDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT PrimitiveCount, const void *pVertexStreamZeroData, UINT VertexStreamZeroStride ) NineDevice9_DrawPrimitiveUP() argument
3130 NineDevice9_DrawIndexedPrimitiveUP( struct NineDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT PrimitiveCount, const void *pIndexData, D3DFORMAT IndexDataFormat, const void *pVertexStreamZeroData, UINT VertexStreamZeroStride ) NineDevice9_DrawIndexedPrimitiveUP() argument
H A Dnine_lock.c1506 LockDevice9_DrawPrimitiveUP( struct NineDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT PrimitiveCount, const void *pVertexStreamZeroData, UINT VertexStreamZeroStride ) LockDevice9_DrawPrimitiveUP() argument
1520 LockDevice9_DrawIndexedPrimitiveUP( struct NineDevice9 *This, D3DPRIMITIVETYPE PrimitiveType, UINT MinVertexIndex, UINT NumVertices, UINT PrimitiveCount, const void *pIndexData, D3DFORMAT IndexDataFormat, const void *pVertexStreamZeroData, UINT VertexStreamZeroStride ) LockDevice9_DrawIndexedPrimitiveUP() argument

Completed in 11 milliseconds