Searched refs:mipmap (Results 1 - 7 of 7) 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/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java63 row.add(Root.COLUMN_ICON, android.R.mipmap.sym_def_app_icon);
/frameworks/rs/script_api/
H A Drs_allocation_create.spec82 arg: bool mipmaps, "Flag indicating if the Type has a mipmap chain"
166 arg: rs_allocation_mipmap_control mipmap
/frameworks/base/tools/aapt/
H A DResource.cpp217 || type == "color" || type == "menu" || type == "mipmap";
1314 ASSIGN_IT(mipmap);
1339 !applyFileOverlay(bundle, assets, &mipmaps, "mipmap")) {
1361 err = preProcessImages(bundle, assets, mipmaps, "mipmap");
1364 err = makeFileResources(bundle, assets, &table, mipmaps, "mipmap");
1603 ResourceDirIterator it(mipmaps, String8("mipmap"));
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5961 type->typeSpec->id - 1) == "mipmap") {

Completed in 6800 milliseconds