Home
last modified time | relevance | path

Searched refs:mipmaps (Results 1 – 7 of 7) sorted by relevance

/frameworks/rs/
Drs.spec40 param bool mipmaps
49 param RsAllocationMipmapControl mipmaps
58 param RsAllocationMipmapControl mipmaps
67 param RsAllocationMipmapControl mipmaps
DrsAllocation.cpp636 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateTyped() argument
638 …alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps, (void*)ptr); in rsi_AllocationCreateTyped()
647 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateFromBitmap() argument
651 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0); in rsi_AllocationCreateFromBitmap()
660 if (mipmaps == RS_ALLOCATION_MIPMAP_FULL) { in rsi_AllocationCreateFromBitmap()
669 RsAllocationMipmapControl mipmaps, in rsi_AllocationCubeCreateFromBitmap() argument
676 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0); in rsi_AllocationCubeCreateFromBitmap()
698 if (mipmaps == RS_ALLOCATION_MIPMAP_FULL) { in rsi_AllocationCubeCreateFromBitmap()
DrsType.cpp331 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) { in rsi_TypeCreate() argument
334 return Type::getType(rsc, e, dimX, dimY, dimZ, mipmaps, faces, yuv); in rsi_TypeCreate()
/frameworks/rs/cpp/
DAllocation.cpp334 RsAllocationMipmapControl mipmaps, uint32_t usage) { in createTyped() argument
337 … id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage, 0); in createTyped()
347 RsAllocationMipmapControl mipmaps, uint32_t usage, in createTyped() argument
351 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage, in createTyped()
DrsCppStructs.h514 RsAllocationMipmapControl mipmaps, uint32_t usage);
527 … RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
/frameworks/base/tools/aapt/
DResource.cpp1182 sp<ResourceTypeSet> mipmaps; in buildResources() local
1217 !applyFileOverlay(bundle, assets, &mipmaps, "mipmap")) { in buildResources()
1237 if (mipmaps != NULL) { in buildResources()
1239 err = preProcessImages(bundle, assets, mipmaps, "mipmap"); in buildResources()
1242 err = makeFileResources(bundle, assets, &table, mipmaps, "mipmap"); in buildResources()
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd619 <p>Android 4.2 (API level 17) added support for mipmaps in the {@link android.graphics.Bitmap}
622 setHasMipMap()}. Now in Android 4.3, you can enable mipmaps for a {@link