Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp105 uint32_t _usage = usage; in allocationCreateTyped() local
107 …cation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage, _ptr); in allocationCreateTyped()
115 uint32_t _usage = usage; in allocationCreateFromBitmap() local
116 …tHal().AllocationCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage); in allocationCreateFromBitmap()
124 uint32_t _usage = usage; in allocationCubeCreateFromBitmap() local
125 …().AllocationCubeCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage); in allocationCubeCreateFromBitmap()