HomeSort by relevance Sort by last modified time
    Searched refs:mipMap (Results 1 - 14 of 14) 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/support/v4/java/android/support/v4/graphics/drawable/
RoundedBitmapDrawableFactory.java 42 public void setMipMap(boolean mipMap) {
44 BitmapCompat.setHasMipMap(mBitmap, mipMap);
  /frameworks/base/libs/hwui/
Texture.cpp 58 if (mipMap && min == GL_LINEAR) min = GL_LINEAR_MIPMAP_LINEAR;
Texture.h 89 bool mipMap = false;
TextureCache.cpp 269 // If the texture had mipmap enabled but not anymore,
270 // force a glTexImage2D to discard the mipmap levels
273 (regenerate && canMipMap && texture->mipMap && !bitmap->hasHardwareMipMap());
314 texture->mipMap = bitmap->hasHardwareMipMap();
315 if (texture->mipMap) {
  /frameworks/support/v4/donut/android/support/v4/graphics/drawable/
RoundedBitmapDrawable.java 154 * Enables or disables the mipmap hint for this drawable's bitmap.
157 * If the bitmap is null, or the current API version does not support setting a mipmap hint,
160 * @param mipMap True if the bitmap should use mipmaps, false otherwise.
164 public void setMipMap(boolean mipMap) {
169 * Indicates whether the mipmap hint is enabled on this drawable's bitmap.
171 * @return True if the mipmap hint is set, false otherwise. If the bitmap
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 296 * Enables or disables the mipmap hint for this drawable's bitmap.
301 * @param mipMap True if the bitmap should use mipmaps, false otherwise.
305 public void setMipMap(boolean mipMap) {
307 mBitmapState.mBitmap.setHasMipMap(mipMap);
313 * Indicates whether the mipmap hint is enabled on this drawable's bitmap.
315 * @return True if the mipmap hint is set, false otherwise. If the bitmap
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /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 

Completed in 571 milliseconds