OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasNPot
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
Extensions.h
35
inline bool
hasNPot
() const { return mHasNPot; }
GradientCache.cpp
82
mHasNpot = extensions.
hasNPot
();
TextureCache.cpp
222
const bool canMipMap = Extensions::getInstance().
hasNPot
();
SkiaShader.cpp
131
if (!extensions.
hasNPot
() && (!isPowerOfTwo(width) || !isPowerOfTwo(height)) &&
Completed in 62 milliseconds