Home | History | Annotate | Download | only in include

Lines Matching refs:BlendFactor

544         const FLOAT BlendFactor[4],
726 FLOAT BlendFactor[4],
995 #define ID3D10Device1_OMSetBlendState(This,pBlendState,BlendFactor,SampleMask) (This)->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask)
1027 #define ID3D10Device1_OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask) (This)->lpVtbl->OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask)
1150 static FORCEINLINE void ID3D10Device1_OMSetBlendState(ID3D10Device1* This,ID3D10BlendState *pBlendState,const FLOAT BlendFactor[4],UINT SampleMask) {
1151 This->lpVtbl->OMSetBlendState(This,pBlendState,BlendFactor,SampleMask);
1246 static FORCEINLINE void ID3D10Device1_OMGetBlendState(ID3D10Device1* This,ID3D10BlendState **ppBlendState,FLOAT BlendFactor[4],UINT *pSampleMask) {
1247 This->lpVtbl->OMGetBlendState(This,ppBlendState,BlendFactor,pSampleMask);