Searched refs:mipmaps (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/
H A Drs.spec40 param bool mipmaps
49 param RsAllocationMipmapControl mipmaps
58 param RsAllocationMipmapControl mipmaps
67 param RsAllocationMipmapControl mipmaps
H A DrsAllocation.cpp636 RsAllocationMipmapControl mipmaps,
638 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps, (void*)ptr);
647 RsAllocationMipmapControl mipmaps,
651 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0);
660 if (mipmaps == RS_ALLOCATION_MIPMAP_FULL) {
669 RsAllocationMipmapControl mipmaps,
676 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0);
698 if (mipmaps == RS_ALLOCATION_MIPMAP_FULL) {
635 rsi_AllocationCreateTyped(Context *rsc, RsType vtype, RsAllocationMipmapControl mipmaps, uint32_t usages, uintptr_t ptr) argument
646 rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, RsAllocationMipmapControl mipmaps, const void *data, size_t sizeBytes, uint32_t usages) argument
668 rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, RsAllocationMipmapControl mipmaps, const void *data, size_t sizeBytes, uint32_t usages) argument
H A DrsType.cpp331 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) {
334 return Type::getType(rsc, e, dimX, dimY, dimZ, mipmaps, faces, yuv);
330 rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) argument
/frameworks/rs/cpp/
H A DAllocation.cpp334 RsAllocationMipmapControl mipmaps, uint32_t usage) {
337 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage, 0);
347 RsAllocationMipmapControl mipmaps, uint32_t usage,
351 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage,
333 createTyped(sp<RS> rs, sp<const Type> type, RsAllocationMipmapControl mipmaps, uint32_t usage) argument
346 createTyped(sp<RS> rs, sp<const Type> type, RsAllocationMipmapControl mipmaps, uint32_t usage, void *pointer) argument
H A DrsCppStructs.h353 * includes mipmaps. This function will generate a complete set of mipmaps
509 * @param[in] mipmaps desired mipmap behavior for the Allocation
514 RsAllocationMipmapControl mipmaps, uint32_t usage);
521 * @param[in] mipmaps desired mipmap behavior for the Allocation
527 RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
530 * Creates an Allocation for use by scripts with a given Type with no mipmaps.
1257 * Returns true if the Allocation has mipmaps.
1258 * @return true if the Allocation has mipmaps
/frameworks/base/tools/aapt/
H A DResource.cpp1182 sp<ResourceTypeSet> mipmaps; local
1217 !applyFileOverlay(bundle, assets, &mipmaps, "mipmap")) {
1237 if (mipmaps != NULL) {
1239 err = preProcessImages(bundle, assets, mipmaps, "mipmap");
1242 err = makeFileResources(bundle, assets, &table, mipmaps, "mipmap");

Completed in 1000 milliseconds