Searched refs:SetGammaRamp (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dvidmodestr.h131 VidModeSetGammaRampProcPtr SetGammaRamp; member in struct:__anon41eac9b60408
/xsrc/external/mit/MesaLib.old/dist/include/d3dadapter/
H A Dpresent.h89 HRESULT (WINAPI *SetGammaRamp)(ID3DPresent *This, const D3DGAMMARAMP *pRamp, HWND hWndOverride);
127 #define ID3DPresent_SetGammaRamp(p,a,b) (p)->lpVtbl->SetGammaRamp(p,a,b)
/xsrc/external/mit/MesaLib/dist/include/d3dadapter/
H A Dpresent.h89 HRESULT (WINAPI *SetGammaRamp)(ID3DPresent *This, const D3DGAMMARAMP *pRamp, HWND hWndOverride);
127 #define ID3DPresent_SetGammaRamp(p,a,b) (p)->lpVtbl->SetGammaRamp(p,a,b)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86VidMode.c433 pVidMode->SetGammaRamp = xf86VidModeSetGammaRamp;
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A Dd3d9.h179 virtual void WINAPI SetGammaRamp(UINT iSwapChain, DWORD Flags, const D3DGAMMARAMP *pRamp) = 0;
767 void (WINAPI *SetGammaRamp)(IDirect3DDevice9 *This, UINT iSwapChain, DWORD Flags, const D3DGAMMARAMP *pRamp);
894 #define IDirect3DDevice9_SetGammaRamp(p,a,b,c) (p)->lpVtbl->SetGammaRamp(p,a,b,c)
1018 void (WINAPI *SetGammaRamp)(IDirect3DDevice9Ex *This, UINT iSwapChain, DWORD Flags, const D3DGAMMARAMP *pRamp);
1161 #define IDirect3DDevice9Ex_SetGammaRamp(p,a,b,c) (p)->lpVtbl->SetGammaRamp(p,a,b,c)
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A Dd3d9.h179 virtual void WINAPI SetGammaRamp(UINT iSwapChain, DWORD Flags, const D3DGAMMARAMP *pRamp) = 0;
767 void (WINAPI *SetGammaRamp)(IDirect3DDevice9 *This, UINT iSwapChain, DWORD Flags, const D3DGAMMARAMP *pRamp);
894 #define IDirect3DDevice9_SetGammaRamp(p,a,b,c) (p)->lpVtbl->SetGammaRamp(p,a,b,c)
1018 void (WINAPI *SetGammaRamp)(IDirect3DDevice9Ex *This, UINT iSwapChain, DWORD Flags, const D3DGAMMARAMP *pRamp);
1161 #define IDirect3DDevice9Ex_SetGammaRamp(p,a,b,c) (p)->lpVtbl->SetGammaRamp(p,a,b,c)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dddraw.h2082 STDMETHOD(SetGammaRamp)(THIS_ DWORD dwFlags, LPDDGAMMARAMP lpGammaRamp) PURE; local in function:DECLARE_INTERFACE_
2091 #define IDirectDrawGammaControl_SetGammaRamp(p,a,b) ICOM_CALL_(SetGammaRamp,p,(p,a,b))
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dddraw.h2297 STDMETHOD(SetGammaRamp) (THIS_ DWORD dwFlags, local in function:DECLARE_INTERFACE_
2307 #define IDirectDrawGammaControl_SetGammaRamp(p,a,b) ICOM_CALL_(SetGammaRamp,p,(p,a,b))
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dvidmode.c1491 if (!pVidMode->SetGammaRamp(pScreen, stuff->size, r, g, b))

Completed in 43 milliseconds