Searched refs:_amips (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 88 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips); in allocationCreateTyped() local 91 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped() 97 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips); in allocationCreateFromBitmap() local 100 …RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _b… in allocationCreateFromBitmap() 106 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips); in allocationCubeCreateFromBitmap() local 109 …ation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _… in allocationCubeCreateFromBitmap()
|