Searched defs:mipmaps (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/
H A DrsType.cpp199 p.mipmaps = stream->loadU8();
238 if (t->getDimLOD() != params->mipmaps) continue;
265 nt->mDimLOD = params->mipmaps;
302 p.mipmaps = getDimLOD();
314 p.mipmaps = getDimLOD();
365 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) {
373 p.mipmaps = mipmaps;
364 rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) argument
H A DrsScriptC_Lib.cpp285 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces,
287 return rsi_TypeCreate(rsc, element, dimX, dimY, dimZ, mipmaps, faces, yuv);
291 RsAllocationMipmapControl mipmaps,
293 return rsi_AllocationCreateTyped(rsc, type, mipmaps, usages, ptr);
284 rsrTypeCreate(Context *rsc, const RsElement element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) argument
290 rsrAllocationCreateTyped(Context *rsc, const RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, uintptr_t ptr) argument
H A DrsInternalDefines.h218 bool mipmaps; member in struct:__anon1686
H A DrsAllocation.cpp780 RsAllocationMipmapControl mipmaps,
782 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps, (void*)ptr);
791 RsAllocationMipmapControl mipmaps,
794 Allocation * alloc = Allocation::createAllocationStrided(rsc, static_cast<Type *>(vtype), usages, mipmaps,
804 RsAllocationMipmapControl mipmaps,
808 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0);
817 if (mipmaps == RS_ALLOCATION_MIPMAP_FULL) {
826 RsAllocationMipmapControl mipmaps,
833 RsAllocation vTexAlloc = rsi_AllocationCreateTyped(rsc, vtype, mipmaps, usages, 0);
855 if (mipmaps
779 rsi_AllocationCreateTyped(Context *rsc, RsType vtype, RsAllocationMipmapControl mipmaps, uint32_t usages, uintptr_t ptr) argument
790 rsi_AllocationCreateStrided(Context *rsc, RsType vtype, RsAllocationMipmapControl mipmaps, uint32_t usages, uintptr_t ptr, size_t requiredAlignment) argument
803 rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, RsAllocationMipmapControl mipmaps, const void *data, size_t sizeBytes, uint32_t usages) argument
825 rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, RsAllocationMipmapControl mipmaps, const void *data, size_t sizeBytes, uint32_t usages) argument
[all...]
/frameworks/rs/cpp/
H A DAllocation.cpp425 RsAllocationMipmapControl mipmaps, uint32_t usage) {
428 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage, 0);
438 RsAllocationMipmapControl mipmaps, uint32_t usage,
442 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage,
424 createTyped(sp<RS> rs, sp<const Type> type, RsAllocationMipmapControl mipmaps, uint32_t usage) argument
437 createTyped(sp<RS> rs, sp<const Type> type, RsAllocationMipmapControl mipmaps, uint32_t usage, void *pointer) argument
/frameworks/base/tools/aapt/
H A DResource.cpp1219 sp<ResourceTypeSet> mipmaps; local
1254 !applyFileOverlay(bundle, assets, &mipmaps, "mipmap")) {
1274 if (mipmaps != NULL) {
1276 err = preProcessImages(bundle, assets, mipmaps, "mipmap");
1279 err = makeFileResources(bundle, assets, &table, mipmaps, "mipmap");
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp247 uint32_t dimZ, bool mipmaps,
277 if (mipmaps) {
291 if (mipmaps && dimY < 1) {
300 if (dimZ != 0 || dimY == 0 || faces || mipmaps) {
306 Type *type = (Type *) rsrTypeCreate(rsc, element, dimX, dimY, dimZ, mipmaps,
321 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages,
340 mipmaps, usages,
374 uint32_t dimZ, bool mipmaps, bool faces,
377 dimY, dimZ, mipmaps, faces,
383 rs_allocation_mipmap_control mipmaps,
245 CreateType(RsElement element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv_format) argument
320 CreateAllocation( RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, void *ptr) argument
373 rsCreateType(::rs_element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, rs_yuv_format yuv_format) argument
382 rsCreateAllocation(::rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, void *ptr) argument
401 rsCreateType(::rs_element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, rs_yuv_format yuv_format) argument
409 rsCreateAllocation( ::rs_type type, rs_allocation_mipmap_control mipmaps, uint32_t usages, void *ptr) argument
[all...]

Completed in 170 milliseconds