HomeSort by relevance Sort by last modified time
    Searched refs:CLEAR_LO (Results 1 - 4 of 4) sorted by null

  /system/core/libpixelflinger/codeflinger/
blending.cpp 560 d.flags |= CLEAR_LO;
631 d.flags |= CLEAR_LO;
651 d.flags |= CLEAR_LO;
GGLAssembler.h 186 CLEAR_LO = 0x0001,
257 rhs.flags|CLEAR_LO|CLEAR_HI);
texturing.cpp 197 fragment.flags |= CLEAR_LO;
743 texel.flags |= CLEAR_LO;
792 texel.flags |= CLEAR_HI|CLEAR_LO;
    [all...]
load_store.cpp 252 int maskLoBits = (sl!=0) ? ((s.flags & CLEAR_LO)?1:0) : 0;

Completed in 559 milliseconds