HomeSort by relevance Sort by last modified time
    Searched refs:mTextureWidth (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java 47 protected int mTextureWidth;
81 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0;
83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) {
85 mTextureWidth, mTextureHeight), new Exception());
109 return mTextureWidth;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java 47 protected int mTextureWidth;
81 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0;
83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) {
85 mTextureWidth, mTextureHeight), new Exception());
109 return mTextureWidth;
TiledTexture.java 126 mTextureWidth = TILE_SIZE;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BasicTexture.java 47 protected int mTextureWidth;
81 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0;
83 if (mTextureWidth > MAX_TEXTURE_SIZE || mTextureHeight > MAX_TEXTURE_SIZE) {
85 mTextureWidth, mTextureHeight), new Exception());
109 return mTextureWidth;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
TextureStorage11.cpp 99 mTextureWidth(0),
173 return std::max(static_cast<int>(mTextureWidth) >> mipLevel, 1);
416 mTextureWidth = texDesc.Width;
502 mTextureWidth = desc.Width;
737 desc.Width = mTextureWidth;
856 mTextureWidth = desc.Width;
    [all...]
TextureStorage11.h 98 unsigned int mTextureWidth;

Completed in 1110 milliseconds