Home
last modified time | relevance | path

Searched refs:checkTextureSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DPathCache.h260 bool checkTextureSize(uint32_t width, uint32_t height) { in checkTextureSize() function
DPathCache.cpp278 if (!checkTextureSize(width, height)) return nullptr; in addTexture()