Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dblending.cpp562 d.flags |= CLEAR_LO; in mul_factor()
633 d.flags |= CLEAR_LO; in mul_factor_add()
653 d.flags |= CLEAR_LO; in component_add()
DGGLAssembler.h196 CLEAR_LO = 0x0001, enumerator
267 rhs.flags|CLEAR_LO|CLEAR_HI); in component_t()
Dtexturing.cpp194 fragment.flags |= CLEAR_LO; in build_iterated_color()
749 texel.flags |= CLEAR_LO; in filter8()
798 texel.flags |= CLEAR_HI|CLEAR_LO; in filter16()
1082 dest.flags |= (incoming.flags & CLEAR_LO); in modulate()
1141 dest.flags |= CLEAR_LO; in modulate()
Dload_store.cpp240 int maskLoBits = (sl!=0) ? ((s.flags & CLEAR_LO)?1:0) : 0; in downshift()