Searched refs:mipmap (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.cpp | 200 GGLSurface& mipmap = editMip(level); in reallocate() local 201 if (mipmap.data) in reallocate() 202 free(mipmap.data); in reallocate() 204 mipmap.data = (GGLubyte*)malloc(size); in reallocate() 205 if (!mipmap.data) { in reallocate() 206 memset(&mipmap, 0, sizeof(GGLSurface)); in reallocate() 211 mipmap.version = sizeof(GGLSurface); in reallocate() 212 mipmap.width = w; in reallocate() 213 mipmap.height = h; in reallocate() 214 mipmap.stride = s; in reallocate() [all …]
|
D | Android.mk | 21 mipmap.cpp.arm \
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
D | CarouselRS.java | 649 private Allocation allocationFromBitmap(Bitmap bitmap, Allocation.MipmapControl mipmap) in allocationFromBitmap() argument 653 mipmap, Allocation.USAGE_GRAPHICS_TEXTURE); in allocationFromBitmap() 657 private Allocation allocationFromPool(int n, Bitmap bitmap, Allocation.MipmapControl mipmap) in allocationFromPool() argument 670 allocation = allocationFromBitmap(bitmap, mipmap); in allocationFromPool() 678 allocation = allocationFromBitmap(bitmap, mipmap); in allocationFromPool() 812 final boolean mipmap = false; in setGeometry() 832 final boolean mipmap = false; in setMatrix()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Somnambulator.java | 46 Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_launcher_dreams)); in onStart()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
D | RecentTasksLoader.java | 216 com.android.internal.R.mipmap.sym_def_app_icon); in getFullResDefaultActivityIcon()
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 950 ASSIGN_IT(mipmap); in buildResources()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 299 <li>They must contain at least one mipmap level</li> 328 function). You may provide multiple mipmap levels. If the output texture has not been bound to a 330 android.opengl.GLES20#GL_TEXTURE_2D} and with one mipmap level (0), which will have the same
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 251 <dd><em>Boolean</em>. Enables or disables the mipmap hint. See {@link
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 1713 http://developer.android.com/reference/android/R.mipmap.html
|
/frameworks/base/api/ |
D | current.txt | 1539 public static final class R.mipmap { 1540 ctor public R.mipmap();
|