Searched refs:kDxt5 (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()100 else if( ( flags & kDxt5 ) != 0 ) in CompressMasked()112 if( ( flags & ( kDxt3 | kDxt5 ) ) != 0 ) in Decompress()121 else if( ( flags & kDxt5 ) != 0 ) in Decompress()
48 kDxt5 = ( 1 << 2 ), enumerator