Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DExtensions.h31 inline bool hasNPot() const { return mHasNPot; } in hasNPot() function
DGradientCache.cpp70 , mHasNpot(extensions.hasNPot()) in GradientCache()
DSkiaShader.cpp228 if (hwuiBitmap->isHardware() || (!caches.extensions().hasNPot() in tryStoreBitmap()
DTexture.cpp287 const bool canMipMap = mCaches.extensions().hasNPot(); in upload()