Home | History | Annotate | Download | only in include

Lines Matching refs:IAGetVertexBuffers

5085     virtual void STDMETHODCALLTYPE IAGetVertexBuffers(
5717 void (STDMETHODCALLTYPE *IAGetVertexBuffers)(
6006 #define ID3D11DeviceContext_IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets) (This)->lpVtbl->IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets)
6284 This->lpVtbl->IAGetVertexBuffers(This,StartSlot,NumBuffers,ppVertexBuffers,pStrides,pOffsets);