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

  /frameworks/support/v4/api21/android/support/v4/graphics/drawable/
RoundedBitmapDrawable21.java 38 public void setMipMap(boolean mipMap) {
40 mBitmap.setHasMipMap(mipMap);
  /frameworks/base/libs/hwui/
Texture.cpp 28 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;
Texture.h 90 bool mipMap;
TextureCache.cpp 275 // If the texture had mipmap enabled but not anymore,
276 // force a glTexImage2D to discard the mipmap levels
279 (regenerate && canMipMap && texture->mipMap && !bitmap->hasHardwareMipMap());
324 texture->mipMap = bitmap->hasHardwareMipMap();
325 if (texture->mipMap) {
  /frameworks/support/v4/java/android/support/v4/graphics/drawable/
RoundedBitmapDrawableFactory.java 42 public void setMipMap(boolean mipMap) {
44 BitmapCompat.setHasMipMap(mBitmap, mipMap);
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.h 59 static ID* AddAndLockMip(const SkBitmap& original, const SkMipMap* mipMap);
129 * To add a new bitmap (or mipMap) to the cache, call
140 ID* addAndLockMip(const SkBitmap& original, const SkMipMap* mipMap);
  /external/skia/src/core/
SkScaledImageCache.h 59 static ID* AddAndLockMip(const SkBitmap& original, const SkMipMap* mipMap);
129 * To add a new bitmap (or mipMap) to the cache, call
140 ID* addAndLockMip(const SkBitmap& original, const SkMipMap* mipMap);
  /frameworks/support/v4/donut/android/support/v4/graphics/drawable/
RoundedBitmapDrawable.java 151 * Enables or disables the mipmap hint for this drawable's bitmap.
154 * If the bitmap is null, or the current API version does not support setting a mipmap hint,
157 * @param mipMap True if the bitmap should use mipmaps, false otherwise.
161 public void setMipMap(boolean mipMap) {
166 * Indicates whether the mipmap hint is enabled on this drawable's bitmap.
168 * @return True if the mipmap hint is set, false otherwise. If the bitmap
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 294 * Enables or disables the mipmap hint for this drawable's bitmap.
299 * @param mipMap True if the bitmap should use mipmaps, false otherwise.
303 public void setMipMap(boolean mipMap) {
305 mBitmapState.mBitmap.setHasMipMap(mipMap);
311 * Indicates whether the mipmap hint is enabled on this drawable's bitmap.
313 * @return True if the mipmap hint is set, false otherwise. If the bitmap
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 3956 milliseconds