Home | History | Annotate | Download | only in include

Lines Matching refs:IAGetVertexBuffers

4600     virtual void STDMETHODCALLTYPE IAGetVertexBuffers(
5103 void (STDMETHODCALLTYPE *IAGetVertexBuffers)(
5444 #define ID3D10Device_IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) (This)->lpVtbl->IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets)
5638 This->lpVtbl->IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets);