Searched refs:mipMap (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable21.java38 public void setMipMap(boolean mipMap) { argument
40 mBitmap.setHasMipMap(mipMap);
/frameworks/base/libs/hwui/
H A DTexture.cpp28 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false),
35 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL), isInUse(false),
72 if (mipMap && min == GL_LINEAR) min = GL_LINEAR_MIPMAP_LINEAR;
H A DTexture.h90 bool mipMap; member in class:android::uirenderer::Texture
H A DTextureCache.cpp279 (regenerate && canMipMap && texture->mipMap && !bitmap->hasHardwareMipMap());
324 texture->mipMap = bitmap->hasHardwareMipMap();
325 if (texture->mipMap) {
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawableFactory.java42 public void setMipMap(boolean mipMap) { argument
44 BitmapCompat.setHasMipMap(mBitmap, mipMap);
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable.java157 * @param mipMap True if the bitmap should use mipmaps, false otherwise.
161 public void setMipMap(boolean mipMap) { argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java299 * @param mipMap True if the bitmap should use mipmaps, false otherwise.
303 public void setMipMap(boolean mipMap) { argument
305 mBitmapState.mBitmap.setHasMipMap(mipMap);

Completed in 1143 milliseconds