Searched defs:mipmap (Results 1 - 17 of 17) sorted by relevance

/external/skia/src/core/
H A DSkBitmapCache.cpp256 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;
H A DSkMipMap.cpp261 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 leve
[all...]
/external/skia/tests/
H A DSkResourceCacheTest.cpp99 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,
139 const SkMipMap* mipmap = SkMipMapCache::FindAndRef(SkBitmapCacheDesc::Make(src[i]), cache); local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c473 struct pipe_resource *tex, boolean mipmap)
470 st_context_teximage(struct st_context_iface *stctxi, enum st_texture_type tex_type, int level, enum pipe_format internal_format, struct pipe_resource *tex, boolean mipmap) argument
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1033 int format, int target, int mipmap)
1074 b->TextureMipmap = mipmap;
1419 FALSE /* no mipmap */);
1031 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p, Colormap cmap, int format, int target, int mipmap) argument
H A Dglx_api.c1893 int target = 0, format = 0, mipmap = 0; local
1930 mipmap = 1;
1952 if (mipmap) {
1981 if (format || target || mipmap) {
1983 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c1073 int format, int target, int mipmap)
1116 b->TextureMipmap = mipmap;
1071 XMesaCreatePixmapTextureBuffer(XMesaVisual v, XMesaPixmap p, XMesaColormap cmap, int format, int target, int mipmap) argument
H A Dfakeglx.c2087 int target = 0, format = 0, mipmap = 0; local
2124 mipmap = 1;
2146 if (mipmap) {
2175 if (format || target || mipmap) {
2177 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap);
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c53 #include "main/mipmap.h"
351 struct gen_mipmap_state *mipmap);
2783 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
2814 if (!mipmap->FBO)
2815 _mesa_GenFramebuffersEXT(1, &mipmap->FBO);
2816 _mesa_BindFramebufferEXT(GL_FRAMEBUFFER_EXT, mipmap->FBO);
2824 /* other work is needed to enable 3D mipmap generation */
3007 struct gen_mipmap_state *mipmap)
3013 if (mipmap->ArrayObj == 0) {
3016 _mesa_GenVertexArraysAPPLE(1, &mipmap
3006 setup_ff_generate_mipmap(struct gl_context *ctx, struct gen_mipmap_state *mipmap) argument
3037 setup_texture_sampler(GLenum target, struct gen_mipmap_state *mipmap) argument
3082 setup_glsl_generate_mipmap(struct gl_context *ctx, struct gen_mipmap_state *mipmap, GLenum target) argument
3201 meta_glsl_generate_mipmap_cleanup(struct gl_context *ctx, struct gen_mipmap_state *mipmap) argument
3236 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1080 * is a surface ID as well as face/mipmap indices.
1087 uint32 mipmap; member in struct:SVGA3dSurfaceImageId
1344 * discard the contents of the current mipmap level and face of the target
1732 * - Currently, no backend supports blits from a mipmap or face
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 154 milliseconds