Searched refs:mTextureHeight (Results 1 – 1 of 1) sorted by relevance
48 protected int mTextureHeight; field in BasicTexture82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0; in setSize()83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) { in setSize()85 mTextureWidth, mTextureHeight), new Exception()); in setSize()114 return mTextureHeight; in getTextureHeight()