Lines Matching refs:C2Fence
270 …k::C2ConstLinearBlock(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &range, C2Fence fence) in C2ConstLinearBlock()
286 return AcquirableReadViewBuddy(error, C2Fence(), ReadViewBuddy(rvi, 0, len)); in map()
288 return AcquirableReadViewBuddy(error, C2Fence(), ReadViewBuddy(error)); in map()
316 return AcquirableWriteViewBuddy(error, C2Fence(), WriteViewBuddy(rvi)); in map()
318 return AcquirableWriteViewBuddy(error, C2Fence(), WriteViewBuddy(error)); in map()
322 C2ConstLinearBlock C2LinearBlock::share(size_t offset_, size_t size_, C2Fence fence) { in share()
846 Mapped(const std::shared_ptr<_C2Block2DImpl> &impl, bool writable, C2Fence *fence __unused) in Mapped()
928 std::shared_ptr<Mapped> map(bool writable, C2Fence *fence) { in map()
940 *fence = C2Fence(); in map()
1032 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect §ion, C2Fence fence) in C2ConstGraphicBlock()
1036 C2Fence fence; in map()
1057 C2Fence fence; in map()
1066 C2ConstGraphicBlock C2GraphicBlock::share(const C2Rect &crop, C2Fence fence) { in share()