Searched refs:_usage (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 89 uint32_t _usage = usage; in allocationCreateTyped() local 91 …cation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage, _ptr); in allocationCreateTyped() 99 uint32_t _usage = usage; in allocationCreateFromBitmap() local 100 …tHal().AllocationCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage); in allocationCreateFromBitmap() 108 uint32_t _usage = usage; in allocationCubeCreateFromBitmap() local 109 …().AllocationCubeCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage); in allocationCubeCreateFromBitmap()
|