Searched refs:hSampler (Results 1 – 3 of 3) sorted by relevance
349 CastSamplerState(D3D10DDI_HSAMPLER hSampler) in CastSamplerState() argument351 return static_cast<SamplerState *>(hSampler.pDrvPrivate); in CastSamplerState()356 CastPipeSamplerState(D3D10DDI_HSAMPLER hSampler) in CastPipeSamplerState() argument358 SamplerState *pSamplerState = CastSamplerState(hSampler); in CastPipeSamplerState()
66 D3D10DDI_HSAMPLER hSampler, D3D10DDI_HRTSAMPLER hRTSampler);68 void APIENTRY DestroySampler(D3D10DDI_HDEVICE hDevice, D3D10DDI_HSAMPLER hSampler);
446 D3D10DDI_HSAMPLER hSampler, // IN in CreateSampler() argument452 SamplerState *pSamplerState = CastSamplerState(hSampler); in CreateSampler()516 D3D10DDI_HSAMPLER hSampler) // IN in DestroySampler() argument521 SamplerState *pSamplerState = CastSamplerState(hSampler); in DestroySampler()