Searched refs:hSampler (Results 1 – 3 of 3) sorted by relevance
350 CastSamplerState(D3D10DDI_HSAMPLER hSampler) in CastSamplerState() argument352 return static_cast<SamplerState *>(hSampler.pDrvPrivate); in CastSamplerState()357 CastPipeSamplerState(D3D10DDI_HSAMPLER hSampler) in CastPipeSamplerState() argument359 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()