HomeSort by relevance Sort by last modified time
    Searched defs:mipmap (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 158 SkBitmap mipmap = scale_canvas.ExtractBitmap(); local
159 mipmap.buildMipMap(true);
162 SkShader::CreateBitmapShader(mipmap, SkShader::kClamp_TileMode,
  /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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapTileProvider.java 87 Bitmap mipmap = mMipmaps[level]; local
91 canvas.drawBitmap(mipmap, offsetX, offsetY, null);
  /external/quake/quake/src/QW/client/
gl_draw.c 77 qboolean mipmap; member in struct:__anon11547
357 // change all the existing mipmap texture objects
360 if (glt->mipmap)
1146 void GL_Upload32 (unsigned *data, int width, int height, qboolean mipmap, qboolean alpha)
1171 if (mipmap)
1186 if (!mipmap)
1197 if (mipmap)
1219 if (mipmap)
1231 void GL_Upload8_EXT (byte *data, int width, int height, qboolean mipmap, qboolean alpha)
1276 if (!mipmap)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 88 qboolean mipmap; member in struct:__anon11909
140 qboolean mipmap; member in struct:textureStore::entry
225 GL_Upload8 (e->pData, e->width, e->height, e->mipmap,
236 void create(int width, int height, byte* data, qboolean mipmap,
256 e->mipmap = mipmap;
270 GL_Upload8 (e->pData, e->width, e->height, e->mipmap,
691 // change all the existing mipmap texture objects
694 if (glt->mipmap)
1406 // Uncomment to enable manual MipMap generatio
    [all...]
  /gdk/samples/quake/jni/
gl_draw.cpp 88 qboolean mipmap; member in struct:__anon17571
140 qboolean mipmap; member in struct:textureStore::entry
225 GL_Upload8 (e->pData, e->width, e->height, e->mipmap,
236 void create(int width, int height, byte* data, qboolean mipmap,
256 e->mipmap = mipmap;
270 GL_Upload8 (e->pData, e->width, e->height, e->mipmap,
691 // change all the existing mipmap texture objects
694 if (glt->mipmap)
1406 // Uncomment to enable manual MipMap generatio
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 101 milliseconds