Searched defs:Mapped (Results 1 – 1 of 1) sorted by relevance
833 struct Mapped { struct in _C2MappingBlock2DImpl837 Mapped(const std::shared_ptr<_C2Block2DImpl> &impl, bool writable, C2Fence *fence __unused) in Mapped() argument877 explicit Mapped(c2_status_t error) in Mapped() function886 ~Mapped() { in ~Mapped()893 c2_status_t error() const { return mError; } in error()896 uint8_t *const *data() const { return mOffsetData; } in data()899 C2PlanarLayout layout() const { return mLayout; } in layout()902 bool writable() const { return mWritable; } in writable()905 const std::shared_ptr<_C2Block2DImpl> mImpl;906 bool mWritable;[all …]