Home
last modified time | relevance | path

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

/frameworks/rs/
DrsHidlAdaptation.cpp438 hidl_vec<uint8_t> _bitmap; in AllocationCreateFromBitmap() local
439 _bitmap.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes); in AllocationCreateFromBitmap()
442 (AllocationMipmapControl)mipmaps, _bitmap, usages); in AllocationCreateFromBitmap()
452 hidl_vec<uint8_t> _bitmap; in AllocationCubeCreateFromBitmap() local
453 _bitmap.setToExternal(reinterpret_cast<uint8_t *>(const_cast<void *>(data)), sizeBytes); in AllocationCubeCreateFromBitmap()
455 …context)->allocationCubeCreateFromBitmap(_type, (AllocationMipmapControl)mipmaps, _bitmap, usages); in AllocationCubeCreateFromBitmap()