Home
last modified time | relevance | path

Searched refs:kDxt5 (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Dsquish.cpp40 int method = flags & ( kDxt1 | kDxt3 | kDxt5 ); in FixFlags()
46 if( method != kDxt3 && method != kDxt5 ) in FixFlags()
71 if( ( flags & ( kDxt3 | kDxt5 ) ) != 0 ) in CompressMasked()
100 else if( ( flags & kDxt5 ) != 0 ) in CompressMasked()
112 if( ( flags & ( kDxt3 | kDxt5 ) ) != 0 ) in Decompress()
121 else if( ( flags & kDxt5 ) != 0 ) in Decompress()
H A Dsquish.h48 kDxt5 = ( 1 << 2 ), enumerator