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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.c 390 enum base_mipmap { BASE, MIPMAP };
398 * 2. "mipmap incomplete": a non-base level of the texture is invalid so
399 * mipmap filtering isn't possible, but non-mipmap filtering is.
404 * \param bm either BASE or MIPMAP to indicate what's incomplete
496 /* Compute _MaxLevel (the maximum mipmap level we'll sample from given the
497 * mipmap image sizes and GL_TEXTURE_MAX_LEVEL state).
544 * know that all the mipmap levels are the right size and all cube
571 * Do mipmap consistency checking.
612 incomplete(t, MIPMAP, "TexImage[%d] is missing", i)
    [all...]
  /external/mesa3d/src/mesa/main/
texobj.c 390 enum base_mipmap { BASE, MIPMAP };
398 * 2. "mipmap incomplete": a non-base level of the texture is invalid so
399 * mipmap filtering isn't possible, but non-mipmap filtering is.
404 * \param bm either BASE or MIPMAP to indicate what's incomplete
496 /* Compute _MaxLevel (the maximum mipmap level we'll sample from given the
497 * mipmap image sizes and GL_TEXTURE_MAX_LEVEL state).
544 * know that all the mipmap levels are the right size and all cube
571 * Do mipmap consistency checking.
612 incomplete(t, MIPMAP, "TexImage[%d] is missing", i)
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 63 private static final Allocation.MipmapControl MIPMAP =
611 mScript.set_defaultTexture(allocationFromBitmap(bitmap, MIPMAP));
616 mScript.set_loadingTexture(allocationFromBitmap(bitmap, MIPMAP));
649 private Allocation allocationFromBitmap(Bitmap bitmap, Allocation.MipmapControl mipmap)
653 mipmap, Allocation.USAGE_GRAPHICS_TEXTURE);
657 private Allocation allocationFromPool(int n, Bitmap bitmap, Allocation.MipmapControl mipmap)
670 allocation = allocationFromBitmap(bitmap, mipmap);
678 allocation = allocationFromBitmap(bitmap, mipmap);
725 item.texture = allocationFromPool(n, bitmap, MIPMAP);
746 item.detailTexture = allocationFromBitmap(bitmap, MIPMAP);
    [all...]
  /prebuilts/sdk/tools/lib/
common.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 360 milliseconds