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

  /frameworks/base/libs/hwui/
GradientCache.h 191 bool mHasNpot;
GradientCache.cpp 82 mHasNpot = extensions.hasNPot();
154 if (!mHasNpot && (width & (width - 1)) != 0) {

Completed in 46 milliseconds