Home | History | Annotate | Download | only in include

Lines Matching refs:IAGetIndexBuffer

4607     virtual void STDMETHODCALLTYPE IAGetIndexBuffer(
5111 void (STDMETHODCALLTYPE *IAGetIndexBuffer)(
5445 #define ID3D10Device_IAGetIndexBuffer(This,pIndexBuffer,Format,Offset) (This)->lpVtbl->IAGetIndexBuffer(This,pIndexBuffer,Format,Offset)
5641 This->lpVtbl->IAGetIndexBuffer(This,pIndexBuffer,Format,Offset);