Home
last modified time | relevance | path

Searched refs:isSRGBreadable (Results 1 – 9 of 9) 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/Device/
DSurface.hpp207 static bool isSRGBreadable(VkFormat format);
DSampler.cpp98 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()
DSurface.cpp2293 bool Surface::isSRGBreadable(VkFormat format) in isSRGBreadable() function in sw::Surface
/external/swiftshader/src/Renderer/
DSampler.cpp99 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()
DSurface.hpp375 static bool isSRGBreadable(Format format);
DSurface.cpp2979 bool Surface::isSRGBreadable(Format format) in isSRGBreadable() function in sw::Surface