Home | History | Annotate | Download | only in include

Lines Matching refs:SampleMask

4504         UINT SampleMask) = 0;
4988 UINT SampleMask);
5423 #define ID3D10Device_OMSetBlendState(This,pBlendState,BlendFactor,SampleMask) (This)->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask)
5574 static FORCEINLINE void ID3D10Device_OMSetBlendState(ID3D10Device* This,ID3D10BlendState *pBlendState,const FLOAT BlendFactor[4],UINT SampleMask) {
5575 This->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask);
6015 UINT SampleMask);