Context.cpp | 83 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 84 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation); 93 RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage, _ptr); local 94 return rs_to_hidl<Allocation>(_allocation); 102 RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage); local 103 return rs_to_hidl<Allocation>(_allocation); 111 RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage); local 112 return rs_to_hidl<Allocation>(_allocation); 116 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 117 RsNativeWindow _nativeWindow = Device::getHal().AllocationGetSurface(mContext, _allocation); 122 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 143 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 151 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 162 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 175 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 190 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 206 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 212 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 220 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 231 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 244 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 259 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 275 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 282 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 324 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 330 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 336 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local 620 RsAllocation _allocation = hidl_to_rs<RsAllocation>(allocation); local [all...] |