Home
last modified time | relevance | path

Searched refs:isSRGBreadable (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DCapabilities.hpp449 static bool isSRGBreadable(D3DFORMAT format);
DCapabilities.cpp355 bool Capabilities::isSRGBreadable(D3DFORMAT format) in isSRGBreadable() function in D3D9::Capabilities
DDirect3D9.cpp233 if(!Capabilities::isSRGBreadable(checkFormat)) in CheckDeviceFormat()
/external/swiftshader/src/Renderer/
DSampler.cpp96 state.sRGB = sRGB && Surface::isSRGBreadable(externalTextureFormat); in samplerState()
DSurface.hpp342 static bool isSRGBreadable(Format format);
DSurface.cpp2873 bool Surface::isSRGBreadable(Format format) in isSRGBreadable() function in sw::Surface