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

  /frameworks/support/core-utils/api21/android/support/v4/graphics/drawable/
RoundedBitmapDrawable21.java 38 public void setMipMap(boolean mipMap) {
40 mBitmap.setHasMipMap(mipMap);
  /frameworks/support/core-utils/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 74 if (mipMap && min == GL_LINEAR) min = GL_LINEAR_MIPMAP_LINEAR;
216 // If the texture had mipmap enabled but not anymore,
217 // force a glTexImage2D to discard the mipmap levels
218 bool needsAlloc = canMipMap && mipMap && !bitmap.hasHardwareMipMap();
253 mipMap = bitmap.hasHardwareMipMap();
254 if (mipMap) {
Texture.h 131 bool mipMap = false;
  /frameworks/support/core-utils/gingerbread/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 297 * Enables or disables the mipmap hint for this drawable's bitmap.
302 * @param mipMap True if the bitmap should use mipmaps, false otherwise.
306 public void setMipMap(boolean mipMap) {
308 mBitmapState.mBitmap.setHasMipMap(mipMap);
314 * Indicates whether the mipmap hint is enabled on this drawable's bitmap.
316 * @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/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 157 milliseconds