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