HomeSort by relevance Sort by last modified time
    Searched refs:checkTextureSize (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
PathCache.h 261 bool checkTextureSize(uint32_t width, uint32_t height) {
PathCache.cpp 264 if (!checkTextureSize(width, height)) return NULL;

Completed in 49 milliseconds