Searched defs:Mapped (Results 1 – 1 of 1) sorted by relevance
1287 struct Mapped { struct in _C2MappingBlock2DImpl1291 Mapped(const std::shared_ptr<_C2Block2DImpl> &impl, bool writable, C2Fence *fence __unused) in Mapped() function1330 explicit Mapped(c2_status_t error) in Mapped() function1339 ~Mapped() { in ~Mapped()1346 c2_status_t error() const { return mError; } in error()1349 uint8_t *const *data() const { return mOffsetData; } in data()1352 C2PlanarLayout layout() const { return mLayout; } in layout()1355 bool writable() const { return mWritable; } in writable()1358 const std::shared_ptr<_C2Block2DImpl> mImpl;1359 bool mWritable;[all …]