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

/external/swiftshader/src/Main/
H A DFrameBufferDD.cpp382 gammaControl->SetGammaRamp(calibrate ? DDSGR_CALIBRATE : 0, (DDGAMMARAMP*)gammaRamp);
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.hpp149 void __stdcall SetGammaRamp(unsigned int swapChain, unsigned long flags, const D3DGAMMARAMP *ramp);
H A DDirect3DDevice9Ex.hpp78 void __stdcall SetGammaRamp(unsigned int swapChain, unsigned long flags, const D3DGAMMARAMP *ramp);
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);
H A DDirect3DDevice9.cpp2755 void Direct3DDevice9::SetGammaRamp(unsigned int index, unsigned long flags, const D3DGAMMARAMP *ramp) function in class:D3D9::Direct3DDevice9

Completed in 82 milliseconds