Home | History | Annotate | Download | only in include

Lines Matching refs:SampleMask

4878         UINT SampleMask) = 0;
5468 UINT SampleMask);
5962 #define ID3D11DeviceContext_OMSetBlendState(This,pBlendState,BlendFactor,SampleMask) (This)->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask)
6151 static FORCEINLINE void ID3D11DeviceContext_OMSetBlendState(ID3D11DeviceContext* This,ID3D11BlendState *pBlendState,const FLOAT BlendFactor[4],UINT SampleMask) {
6152 This->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask);
6681 UINT SampleMask);