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

/frameworks/base/opengl/libagl/
H A DTextureObjectManager.cpp199 "specifying mipmap level %d, but # of level is %d",
202 GGLSurface& mipmap = editMip(level); local
203 if (mipmap.data)
204 free(mipmap.data);
206 mipmap.data = (GGLubyte*)malloc(size);
207 if (!mipmap.data) {
208 memset(&mipmap, 0, sizeof(GGLSurface));
213 mipmap.version = sizeof(GGLSurface);
214 mipmap.width = w;
215 mipmap
[all...]
H A DAndroid.mk21 mipmap.cpp.arm \
/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.java80 // We'll need to use a denser icon, or some sort of a mipmap
178 com.android.internal.R.mipmap.sym_def_app_icon);
/frameworks/base/tools/aapt/
H A DResource.cpp172 || type == "color" || type == "menu" || type == "mipmap";
884 ASSIGN_IT(mipmap);
906 !applyFileOverlay(bundle, assets, &mipmaps, "mipmap")) {
928 err = preProcessImages(bundle, assets, mipmaps, "mipmap");
931 err = makeFileResources(bundle, assets, &table, mipmaps, "mipmap");

Completed in 503 milliseconds