Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DExtensions.h39 inline bool hasNPot() const { return mHasNPot; } in hasNPot() function
DTextureCache.cpp222 const bool canMipMap = Extensions::getInstance().hasNPot(); in generateTexture()
DGradientCache.cpp82 mHasNpot = extensions.hasNPot(); in GradientCache()
DSkiaShader.cpp127 if (!extensions.hasNPot() && (!isPowerOfTwo(width) || !isPowerOfTwo(height)) && in describe()