OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_bitmap
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsHidlAdaptation.cpp
438
hidl_vec<uint8_t>
_bitmap
;
local
439
_bitmap
.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes);
442
(AllocationMipmapControl)mipmaps,
_bitmap
, usages);
452
hidl_vec<uint8_t>
_bitmap
;
local
453
_bitmap
.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes);
455
uint64_t allocation = GetIContextHandle(context)->allocationCubeCreateFromBitmap(_type, (AllocationMipmapControl)mipmaps,
_bitmap
, usages);
[
all
...]
/hardware/interfaces/renderscript/1.0/default/
Context.cpp
98
const hidl_vec<uint8_t>&
_bitmap
= bitmap;
local
100
RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips,
_bitmap
.data(),
_bitmap
.size(), _usage);
107
const hidl_vec<uint8_t>&
_bitmap
= bitmap;
local
109
RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips,
_bitmap
.data(),
_bitmap
.size(), _usage);
[
all
...]
/external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar
Completed in 142 milliseconds