Searched refs:mipmap (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp197 "specifying mipmap level %d, but # of level is %d",
200 GGLSurface& mipmap = editMip(level); local
201 if (mipmap.data)
202 free(mipmap.data);
204 mipmap.data = (GGLubyte*)malloc(size);
205 if (!mipmap.data) {
206 memset(&mipmap, 0, sizeof(GGLSurface));
211 mipmap.version = sizeof(GGLSurface);
212 mipmap.width = w;
213 mipmap
[all...]
H A DAndroid.mk21 mipmap.cpp.arm \
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSomnambulator.java46 Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_launcher_dreams));
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java649 private Allocation allocationFromBitmap(Bitmap bitmap, Allocation.MipmapControl mipmap) argument
653 mipmap, Allocation.USAGE_GRAPHICS_TEXTURE);
657 private Allocation allocationFromPool(int n, Bitmap bitmap, Allocation.MipmapControl mipmap) argument
670 allocation = allocationFromBitmap(bitmap, mipmap);
678 allocation = allocationFromBitmap(bitmap, mipmap);
812 final boolean mipmap = false;
832 final boolean mipmap = false;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java212 com.android.internal.R.mipmap.sym_def_app_icon);
/frameworks/base/tools/aapt/
H A DResource.cpp177 || type == "color" || type == "menu" || type == "mipmap";
950 ASSIGN_IT(mipmap);
972 !applyFileOverlay(bundle, assets, &mipmaps, "mipmap")) {
994 err = preProcessImages(bundle, assets, mipmaps, "mipmap");
997 err = makeFileResources(bundle, assets, &table, mipmaps, "mipmap");

Completed in 162 milliseconds