HomeSort by relevance Sort by last modified time
    Searched refs:mipmap (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
Contact.java 90 return R.mipmap.logo_avatar;
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
Contact.java 90 return R.mipmap.logo_avatar;
  /development/samples/browseable/DirectShare/src/com.example.android.directshare/
Contact.java 90 return R.mipmap.logo_avatar;
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 197 "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.height = h
    [all...]
Android.mk 21 mipmap.cpp.arm \
  /external/skia/tests/
SkResourceCacheTest.cpp 99 const SkMipMap* mipmap = SkMipMapCache::FindAndRef(SkBitmapCacheDesc::Make(src), cache); local
100 REPORTER_ASSERT(reporter, nullptr == mipmap);
102 mipmap = SkMipMapCache::AddAndRef(src, cache);
103 REPORTER_ASSERT(reporter, mipmap);
108 REPORTER_ASSERT(reporter, mm == mipmap);
112 check_data(reporter, mipmap, 2, kInCache, kLocked);
114 mipmap->unref();
117 check_data(reporter, mipmap, 1, kInCache, kNotLocked);
120 mipmap = SkMipMapCache::FindAndRef(SkBitmapCacheDesc::Make(src), cache);
121 check_data(reporter, mipmap, 2, kInCache, kLocked)
139 const SkMipMap* mipmap = SkMipMapCache::FindAndRef(SkBitmapCacheDesc::Make(src[i]), cache); local
    [all...]
  /external/skia/third_party/ktx/
ktx.h 50 const uint8_t *pixelData(int mipmap = 0) const {
51 SkASSERT(!this->valid() || mipmap < fPixelData.count());
52 return this->valid() ? fPixelData[mipmap].data() : NULL;
114 // The pixel data for a single mipmap level in an image. Based on how
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Somnambulator.java 46 Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_launcher_dreams));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTileProvider.java 85 Bitmap mipmap = mMipmaps[level]; local
89 canvas.drawBitmap(mipmap, offsetX, offsetY, null);
  /external/deqp/modules/gles2/functional/
es2fTextureSizeTests.cpp 384 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
391 width, height, mipmap != 0));
407 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
410 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
414 width, height, mipmap != 0))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 384 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
387 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
391 width, height, mipmap != 0));
407 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
410 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
414 width, height, mipmap != 0))
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 53 #include "main/mipmap.h"
342 struct gen_mipmap_state Mipmap; /**< For _mesa_meta_GenerateMipmap() */
351 struct gen_mipmap_state *mipmap);
444 meta_glsl_generate_mipmap_cleanup(ctx, &ctx->Meta->Mipmap);
2783 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
3236 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
    [all...]
  /external/skia/src/core/
SkMipMap.cpp 261 SkMipMap* mipmap; local
267 mipmap = new SkMipMap(storageSize, dm);
269 mipmap = new SkMipMap(sk_malloc_throw(storageSize), storageSize);
273 mipmap->fCount = countLevels;
274 mipmap->fLevels = (Level*)mipmap->writable_data();
276 Level* levels = mipmap->fLevels;
322 return mipmap;
326 // OpenGL's spec requires that each mipmap level have height/width equal to
328 // (or original_width) where i is the mipmap level
    [all...]
SkBitmapCache.cpp 256 const char* getCategory() const override { return "mipmap"; }
299 SkMipMap* mipmap = SkMipMap::Build(src, get_fact(localCache)); local
300 if (mipmap) {
301 MipMapRec* rec = new MipMapRec(src, mipmap);
305 return mipmap;
  /external/skia/gm/
mipmap.cpp 31 DEF_SIMPLE_GM(mipmap, canvas, 400, 200) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
FallbackAccountType.java 33 this.iconRes = R.mipmap.ic_contacts_launcher;
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 60 .setSmallIcon(R.mipmap.ic_launcher);
93 .addAction(new Notification.Action(R.mipmap.ic_launcher,
95 .addAction(new Notification.Action.Builder(R.mipmap.ic_launcher,
217 .addAction(new Notification.Action(R.mipmap.ic_launcher,
219 .addAction(new Notification.Action(R.mipmap.ic_launcher,
221 .addAction(new Notification.Action(R.mipmap.ic_launcher,
223 .addAction(new Notification.Action(R.mipmap.ic_launcher,
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 60 .setSmallIcon(R.mipmap.ic_launcher);
93 .addAction(new Notification.Action(R.mipmap.ic_launcher,
95 .addAction(new Notification.Action.Builder(R.mipmap.ic_launcher,
217 .addAction(new Notification.Action(R.mipmap.ic_launcher,
219 .addAction(new Notification.Action(R.mipmap.ic_launcher,
221 .addAction(new Notification.Action(R.mipmap.ic_launcher,
223 .addAction(new Notification.Action(R.mipmap.ic_launcher,
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 60 .setSmallIcon(R.mipmap.ic_launcher);
93 .addAction(new Notification.Action(R.mipmap.ic_launcher,
95 .addAction(new Notification.Action.Builder(R.mipmap.ic_launcher,
217 .addAction(new Notification.Action(R.mipmap.ic_launcher,
219 .addAction(new Notification.Action(R.mipmap.ic_launcher,
221 .addAction(new Notification.Action(R.mipmap.ic_launcher,
223 .addAction(new Notification.Action(R.mipmap.ic_launcher,
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 112 .setSmallIcon(R.mipmap.ic_notification)
150 .setSmallIcon(R.mipmap.ic_notification)
  /developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 112 .setSmallIcon(R.mipmap.ic_notification)
150 .setSmallIcon(R.mipmap.ic_notification)
  /development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsFragment.java 112 .setSmallIcon(R.mipmap.ic_notification)
150 .setSmallIcon(R.mipmap.ic_notification)
  /packages/apps/Launcher2/src/com/android/launcher2/
AddAdapter.java 74 R.mipmap.ic_launcher_wallpaper, ITEM_WALLPAPER));
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherActivityInfoCompatV16.java 81 icon = resources.getDrawableForDensity(android.R.mipmap.sym_def_app_icon, density);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSource.java 98 return R.mipmap.google_icon;

Completed in 3694 milliseconds

1 2 3 4 5