Searched defs:Mapped (Results 1 – 1 of 1) sorted by relevance
859 struct Mapped { struct in _C2MappingBlock2DImpl863 Mapped(const std::shared_ptr<_C2Block2DImpl> &impl, bool writable, C2Fence *fence __unused) in Mapped() function903 explicit Mapped(c2_status_t error) in Mapped() function912 ~Mapped() { in ~Mapped()919 c2_status_t error() const { return mError; } in error()922 uint8_t *const *data() const { return mOffsetData; } in data()925 C2PlanarLayout layout() const { return mLayout; } in layout()928 bool writable() const { return mWritable; } in writable()931 const std::shared_ptr<_C2Block2DImpl> mImpl;932 bool mWritable;[all …]