Home
last modified time | relevance | path

Searched refs:amips (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/renderscript/1.0/default/
DContext.h43 …Return<Allocation> allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t usage, …
44 …Return<Allocation> allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl…
45 …Return<Allocation> allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips, const …
DContext.cpp86 Return<Allocation> Context::allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t… in allocationCreateTyped() argument
88 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips); in allocationCreateTyped()
95 Return<Allocation> Context::allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, co… in allocationCreateFromBitmap() argument
97 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips); in allocationCreateFromBitmap()
104 Return<Allocation> Context::allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips in allocationCubeCreateFromBitmap() argument
106 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips); in allocationCubeCreateFromBitmap()