Searched defs:SetGammaRamp (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/include/d3dadapter/
H A Dpresent.h89 HRESULT (WINAPI *SetGammaRamp)(ID3DPresent *This, const D3DGAMMARAMP *pRamp, HWND hWndOverride); member in struct:ID3DPresentVtbl
127 #define ID3DPresent_SetGammaRamp(p,a,b) (p)->lpVtbl->SetGammaRamp(p,a,b)
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp2756 void Direct3DDevice9::SetGammaRamp(unsigned int index, unsigned long flags, const D3DGAMMARAMP *ramp) function in class:D3D9::Direct3DDevice9
H A DDirect3DDevice9Ex.cpp684 void Direct3DDevice9Ex::SetGammaRamp(unsigned int index, unsigned long flags, const D3DGAMMARAMP *ramp) function in class:D3D9::Direct3DDevice9Ex
688 return Direct3DDevice9::SetGammaRamp(index, flags, ramp);
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.cpp2167 void Direct3DDevice8::SetGammaRamp(unsigned long flags, const D3DGAMMARAMP *ramp) function in class:D3D8::Direct3DDevice8
/external/mesa3d/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); member in struct:IDirect3DDevice9Vtbl
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); member in struct:IDirect3DDevice9ExVtbl
1161 #define IDirect3DDevice9Ex_SetGammaRamp(p,a,b,c) (p)->lpVtbl->SetGammaRamp(p,a,b,c)

Completed in 194 milliseconds