HomeSort by relevance Sort by last modified time
    Searched defs:mTextureHeight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
TextureStorage11.h 99 unsigned int mTextureHeight;
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java 48 protected int mTextureHeight;
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;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java 48 protected int mTextureHeight;
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;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BasicTexture.java 48 protected int mTextureHeight;
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 96 milliseconds