Home
last modified time | relevance | path

Searched refs:mipmap (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp200 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 …]
DAndroid.mk21 mipmap.cpp.arm \
/frameworks/ex/carousel/java/com/android/ex/carousel/
DCarouselRS.java649 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/
DSomnambulator.java46 Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_launcher_dreams)); in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentTasksLoader.java216 com.android.internal.R.mipmap.sym_def_app_icon); in getFullResDefaultActivityIcon()
/frameworks/base/tools/aapt/
DResource.cpp950 ASSIGN_IT(mipmap); in buildResources()
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd299 <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/
Ddrawable-resource.jd251 <dd><em>Boolean</em>. Enables or disables the mipmap hint. See {@link
/frameworks/base/docs/html/
Dsitemap.txt1713 http://developer.android.com/reference/android/R.mipmap.html
/frameworks/base/api/
Dcurrent.txt1539 public static final class R.mipmap {
1540 ctor public R.mipmap();