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