Home
last modified time | relevance | path

Searched refs:m_flags (Results 1 – 4 of 4) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dcolourfit.cpp33 m_flags( flags ) in ColourFit()
39 bool isDxt1 = ( ( m_flags & kDxt1 ) != 0 ); in Compress()
H A Dcolourfit.h48 int m_flags; variable
H A Drangefit.cpp37 bool perceptual = ( ( m_flags & kColourMetricPerceptual ) != 0 ); in RangeFit()
H A Dclusterfit.cpp38 m_iterationCount = ( m_flags & kColourIterativeClusterFit ) ? kMaxIterations : 1; in ClusterFit()
44 bool perceptual = ( ( m_flags & kColourMetricPerceptual ) != 0 ); in ClusterFit()