Searched refs:D3DGAMMARAMP (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dswapchain9.h71 D3DGAMMARAMP gamma;
H A Ddevice9.h303 const D3DGAMMARAMP *pRamp );
308 D3DGAMMARAMP *pRamp );
H A Dnine_lock.c733 const D3DGAMMARAMP *pRamp )
743 D3DGAMMARAMP *pRamp )
H A Ddevice9.c1000 const D3DGAMMARAMP *pRamp )
1018 D3DGAMMARAMP *pRamp )
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.hpp100 void __stdcall GetGammaRamp(D3DGAMMARAMP *ramp) override;
133 void __stdcall SetGammaRamp(unsigned long flags, const D3DGAMMARAMP *ramp) override;
H A DDirect3DDevice8.cpp1351 void Direct3DDevice8::GetGammaRamp(D3DGAMMARAMP *ramp)
2167 void Direct3DDevice8::SetGammaRamp(unsigned long flags, const D3DGAMMARAMP *ramp)
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9Ex.hpp78 void __stdcall SetGammaRamp(unsigned int swapChain, unsigned long flags, const D3DGAMMARAMP *ramp) override;
79 void __stdcall GetGammaRamp(unsigned int swapChain, D3DGAMMARAMP *ramp) override;
H A DDirect3DDevice9.hpp105 void __stdcall GetGammaRamp(unsigned int swapChain, D3DGAMMARAMP *ramp) override;
149 void __stdcall SetGammaRamp(unsigned int swapChain, unsigned long flags, const D3DGAMMARAMP *ramp) override;
H A DDirect3DDevice9Ex.cpp376 void Direct3DDevice9Ex::GetGammaRamp(unsigned int index, D3DGAMMARAMP *ramp)
378 TRACE("unsigned int index = %d, D3DGAMMARAMP *ramp = 0x%0.8p", index, ramp);
684 void Direct3DDevice9Ex::SetGammaRamp(unsigned int index, unsigned long flags, const D3DGAMMARAMP *ramp)
686 TRACE("unsigned int index = %d, unsigned long flags = 0x%0.8X, const D3DGAMMARAMP *ramp = 0x%0.8p", index, flags, ramp);
H A DDirect3DDevice9.cpp1530 void Direct3DDevice9::GetGammaRamp(unsigned int index, D3DGAMMARAMP *ramp)
1534 TRACE("unsigned int index = %d, D3DGAMMARAMP *ramp = 0x%0.8p", index, ramp);
2755 void Direct3DDevice9::SetGammaRamp(unsigned int index, unsigned long flags, const D3DGAMMARAMP *ramp)
2759 TRACE("unsigned int index = %d, unsigned long flags = 0x%0.8X, const D3DGAMMARAMP *ramp = 0x%0.8p", index, flags, ramp);
/external/mesa3d/include/d3dadapter/
H A Dpresent.h89 HRESULT (WINAPI *SetGammaRamp)(ID3DPresent *This, const D3DGAMMARAMP *pRamp, HWND hWndOverride);
/external/swiftshader/include/Direct3D/
H A Dd3d8types.h1406 } D3DGAMMARAMP; typedef in typeref:struct:_D3DGAMMARAMP
H A Dd3d8.h270 STDMETHOD_(void, SetGammaRamp)(THIS_ DWORD Flags,CONST D3DGAMMARAMP* pRamp) PURE;
271 STDMETHOD_(void, GetGammaRamp)(THIS_ D3DGAMMARAMP* pRamp) PURE;
/external/mesa3d/include/D3D9/
H A Dd3d9.h179 virtual void WINAPI SetGammaRamp(UINT iSwapChain, DWORD Flags, const D3DGAMMARAMP *pRamp) = 0;
180 virtual void WINAPI GetGammaRamp(UINT iSwapChain, D3DGAMMARAMP *pRamp) = 0;
767 void (WINAPI *SetGammaRamp)(IDirect3DDevice9 *This, UINT iSwapChain, DWORD Flags, const D3DGAMMARAMP *pRamp);
768 void (WINAPI *GetGammaRamp)(IDirect3DDevice9 *This, UINT iSwapChain, D3DGAMMARAMP *pRamp);
1018 void (WINAPI *SetGammaRamp)(IDirect3DDevice9Ex *This, UINT iSwapChain, DWORD Flags, const D3DGAMMARAMP *pRamp);
1019 void (WINAPI *GetGammaRamp)(IDirect3DDevice9Ex *This, UINT iSwapChain, D3DGAMMARAMP *pRamp);
H A Dd3d9types.h1602 } D3DGAMMARAMP, *PD3DGAMMARAMP, *LPD3DGAMMARAMP; typedef in typeref:struct:_D3DGAMMARAMP

Completed in 420 milliseconds