Home
last modified time | relevance | path

Searched refs:GetGammaRamp (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Main/
DFrameBufferDD.cpp399 gammaControl->GetGammaRamp(0, (DDGAMMARAMP*)gammaRamp); in getGammaRamp()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp376 void Direct3DDevice9Ex::GetGammaRamp(unsigned int index, D3DGAMMARAMP *ramp) in GetGammaRamp() function in D3D9::Direct3DDevice9Ex
380 return Direct3DDevice9::GetGammaRamp(index, ramp); in GetGammaRamp()
DDirect3DDevice9Ex.hpp79 void __stdcall GetGammaRamp(unsigned int swapChain, D3DGAMMARAMP *ramp);
DDirect3DDevice9.hpp105 void __stdcall GetGammaRamp(unsigned int swapChain, D3DGAMMARAMP *ramp);
DDirect3DDevice9.cpp1530 void Direct3DDevice9::GetGammaRamp(unsigned int index, D3DGAMMARAMP *ramp) in GetGammaRamp() function in D3D9::Direct3DDevice9