Searched refs:pEnable (Results 1 – 5 of 5) sorted by relevance
510 BOOL *pEnable );
1167 BOOL *pEnable ) in LockDevice9_GetLightEnable() argument1171 r = NineDevice9_GetLightEnable(This, Index, pEnable); in LockDevice9_GetLightEnable()
2195 BOOL *pEnable ) in NineDevice9_GetLightEnable() argument2208 *pEnable = i != state->ff.num_lights_active ? 128 : 0; // Taken from wine in NineDevice9_GetLightEnable()
212 virtual HRESULT WINAPI GetLightEnable(DWORD Index, BOOL *pEnable) = 0;800 HRESULT (WINAPI *GetLightEnable)(IDirect3DDevice9 *This, DWORD Index, BOOL *pEnable);1051 HRESULT (WINAPI *GetLightEnable)(IDirect3DDevice9Ex *This, DWORD Index, BOOL *pEnable);
299 STDMETHOD(GetLightEnable)(THIS_ DWORD Index,BOOL* pEnable) PURE; in DECLARE_INTERFACE_()