Home | History | Annotate | Download | only in D3D9

Lines Matching defs:GetStreamSource

509 	long Direct3DDevice9Ex::GetStreamSource(unsigned int streamNumber, IDirect3DVertexBuffer9 **streamData, unsigned int *offset, unsigned int *stride)
513 return Direct3DDevice9::GetStreamSource(streamNumber, streamData, offset, stride);