Home | History | Annotate | Download | only in default

Lines Matching refs:_bitmap

98     const hidl_vec<uint8_t>& _bitmap = bitmap;
100 RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage);
107 const hidl_vec<uint8_t>& _bitmap = bitmap;
109 RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage);