Searched refs:mTextureHeight (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java48 protected int mTextureHeight; field in class:BasicTexture
82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0;
83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) {
85 mTextureWidth, mTextureHeight), new Exception());
114 return mTextureHeight;
H A DTiledTexture.java127 mTextureHeight = TILE_SIZE;
/packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java48 protected int mTextureHeight; field in class:BasicTexture
82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0;
83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) {
85 mTextureWidth, mTextureHeight), new Exception());
114 return mTextureHeight;

Completed in 79 milliseconds