Home | History | Annotate | Download | only in include

Lines Matching refs:OMSetRenderTargets

4861     virtual void STDMETHODCALLTYPE OMSetRenderTargets(
5448 void (STDMETHODCALLTYPE *OMSetRenderTargets)(
5960 #define ID3D11DeviceContext_OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView) (This)->lpVtbl->OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView)
6146 This->lpVtbl->OMSetRenderTargets(This,NumViews,ppRenderTargetViews,pDepthStencilView);