Searched refs:MAX_TEXTURE_SIZE (Results 1 – 1 of 1) sorted by relevance
39 private static final int MAX_TEXTURE_SIZE = 4096; field in BasicTexture83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) { in setSize()