Searched refs:isSRGBreadable (Results 1 – 9 of 9) sorted by relevance
449 static bool isSRGBreadable(D3DFORMAT format);
355 bool Capabilities::isSRGBreadable(D3DFORMAT format) in isSRGBreadable() function in D3D9::Capabilities
233 if(!Capabilities::isSRGBreadable(checkFormat)) in CheckDeviceFormat()
207 static bool isSRGBreadable(VkFormat format);
98 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()
2293 bool Surface::isSRGBreadable(VkFormat format) in isSRGBreadable() function in sw::Surface
99 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()
375 static bool isSRGBreadable(Format format);
2979 bool Surface::isSRGBreadable(Format format) in isSRGBreadable() function in sw::Surface