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

  /frameworks/base/libs/hwui/
Texture.h 39 mipMap = false;
88 if (mipMap && min == GL_LINEAR) min = GL_LINEAR_MIPMAP_LINEAR;
126 bool mipMap;
TextureCache.cpp 224 // If the texture had mipmap enabled but not anymore,
225 // force a glTexImage2D to discard the mipmap levels
228 (regenerate && canMipMap && texture->mipMap && !bitmap->hasHardwareMipMap());
273 texture->mipMap = bitmap->hasHardwareMipMap();
274 if (texture->mipMap) {
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 264 * Enables or disables the mipmap hint for this drawable's bitmap.
269 * @param mipMap True if the bitmap should use mipmaps, false otherwise.
273 public void setMipMap(boolean mipMap) {
275 mBitmapState.mBitmap.setHasMipMap(mipMap);
281 * Indicates whether the mipmap hint is enabled on this drawable's bitmap.
283 * @return True if the mipmap hint is set, false otherwise. If the bitmap
  /prebuilts/sdk/18/
android.jar 

Completed in 358 milliseconds