Searched refs:hasNPot (Results 1 – 4 of 4) sorted by relevance
39 inline bool hasNPot() const { return mHasNPot; } in hasNPot() function
222 const bool canMipMap = Extensions::getInstance().hasNPot(); in generateTexture()
82 mHasNpot = extensions.hasNPot(); in GradientCache()
127 if (!extensions.hasNPot() && (!isPowerOfTwo(width) || !isPowerOfTwo(height)) && in describe()