Searched refs:hBlendState (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | OutputMerger.h | 80 D3D10DDI_HBLENDSTATE hBlendState, 85 D3D10DDI_HBLENDSTATE hBlendState, 88 void APIENTRY DestroyBlendState(D3D10DDI_HDEVICE hDevice, D3D10DDI_HBLENDSTATE hBlendState);
|
H A D | State.h | 252 CastBlendState(D3D10DDI_HBLENDSTATE hBlendState) in CastBlendState() argument 254 return static_cast<BlendState *>(hBlendState.pDrvPrivate); in CastBlendState() 259 CastPipeBlendState(D3D10DDI_HBLENDSTATE hBlendState) in CastPipeBlendState() argument 261 BlendState *pBlendState = CastBlendState(hBlendState); in CastPipeBlendState()
|
H A D | OutputMerger.cpp | 549 D3D10DDI_HBLENDSTATE hBlendState, // IN in CreateBlendState() 558 BlendState *pBlendState = CastBlendState(hBlendState); in CreateBlendState() 624 D3D10DDI_HBLENDSTATE hBlendState, // IN in CreateBlendState1() 633 BlendState *pBlendState = CastBlendState(hBlendState); in CreateBlendState1() 684 D3D10DDI_HBLENDSTATE hBlendState) // IN in DestroyBlendState() 689 BlendState *pBlendState = CastBlendState(hBlendState); in DestroyBlendState() 547 CreateBlendState(D3D10DDI_HDEVICE hDevice, __in const D3D10_DDI_BLEND_DESC *pBlendDesc, D3D10DDI_HBLENDSTATE hBlendState, D3D10DDI_HRTBLENDSTATE hRTBlendState) CreateBlendState() argument 622 CreateBlendState1(D3D10DDI_HDEVICE hDevice, __in const D3D10_1_DDI_BLEND_DESC *pBlendDesc, D3D10DDI_HBLENDSTATE hBlendState, D3D10DDI_HRTBLENDSTATE hRTBlendState) CreateBlendState1() argument 683 DestroyBlendState(D3D10DDI_HDEVICE hDevice, D3D10DDI_HBLENDSTATE hBlendState) DestroyBlendState() argument
|
Completed in 4 milliseconds