Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dload_store.cpp252 int maskLoBits = (sl!=0) ? ((s.flags & CLEAR_LO)?1:0) : 0; in downshift() local
291 maskLoBits = maskHiBits = 0; in downshift()
300 maskLoBits = maskHiBits = 0; in downshift()
354 if ((maskLoBits|dithering) && (sh > dbits)) { in downshift()