Home | History | Annotate | Download | only in include

Lines Matching refs:SampleMask

588         UINT SampleMask);
1038 #define ID3D10Device1_OMSetBlendState(This,pBlendState,BlendFactor,SampleMask) (This)->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask)
1193 static FORCEINLINE void ID3D10Device1_OMSetBlendState(ID3D10Device1* This,ID3D10BlendState *pBlendState,const FLOAT BlendFactor[4],UINT SampleMask) {
1194 This->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask);