Searched defs:checkTextureSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DShapeCache.h351 bool checkTextureSize(uint32_t width, uint32_t height);
554 bool ShapeCache<Entry>::checkTextureSize(uint32_t width, uint32_t height) { function in class:android::uirenderer::ShapeCache
571 if (!checkTextureSize(width, height)) return NULL;

Completed in 17 milliseconds