Searched refs:amips (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 59 …Return<Allocation> allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t usage, … 60 …Return<Allocation> allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl… 61 …Return<Allocation> allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips, const …
|
D | Context.cpp | 102 Return<Allocation> Context::allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t… in allocationCreateTyped() argument 104 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips); in allocationCreateTyped() 111 Return<Allocation> Context::allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, co… in allocationCreateFromBitmap() argument 113 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips); in allocationCreateFromBitmap() 120 Return<Allocation> Context::allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips… in allocationCubeCreateFromBitmap() argument 122 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips); in allocationCubeCreateFromBitmap()
|