Searched refs:kDxt3 (Results 1 – 2 of 2) sorted by relevance
40 int method = flags & ( kDxt1 | kDxt3 | kDxt5 ); in FixFlags()46 if( method != kDxt3 && method != kDxt5 ) in FixFlags()71 if( ( flags & ( kDxt3 | kDxt5 ) ) != 0 ) in CompressMasked()98 if( ( flags & kDxt3 ) != 0 ) in CompressMasked()112 if( ( flags & ( kDxt3 | kDxt5 ) ) != 0 ) in Decompress()119 if( ( flags & kDxt3 ) != 0 ) in Decompress()
45 kDxt3 = ( 1 << 1 ), enumerator