Searched refs:isSRGBreadable (Results 1 – 6 of 6) 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()
333 static bool isSRGBreadable(Format format);
96 state.sRGB = sRGB && Surface::isSRGBreadable(externalTextureFormat); in samplerState()
2808 bool Surface::isSRGBreadable(Format format) in isSRGBreadable() function in sw::Surface