HomeSort by relevance Sort by last modified time
    Searched full:optreload (Results 1 - 1 of 1) sorted by null

  /system/core/libpixelflinger/codeflinger/
texturing.cpp 58 const int optReload = mOptLevel >> 1;
59 if (optReload >= 3) parts.reload = 0; // reload nothing
60 else if (optReload == 2) parts.reload = 2; // reload iterators
61 else if (optReload == 1) parts.reload = 1; // reload colors
62 else if (optReload <= 0) parts.reload = 3; // reload both
    [all...]

Completed in 158 milliseconds