Searched refs:barrierPointBarriers_ (Results 1 – 2 of 2) sorted by relevance
77 clearAndReserve(barrierPointBarriers_); in BeginFrame()117 barrierPointBarriers_.push_back(BarrierPointBarriers {}); in AddBarriersToBarrierPoint()118 barrierIndex = barrierPointBarriers_.size() - 1; in AddBarriersToBarrierPoint()123 BarrierPointBarriers& ref = barrierPointBarriers_[barrierIndex]; in AddBarriersToBarrierPoint()155 PLUGIN_ASSERT(index < barrierPointBarriers_.size()); in GetBarrierPointBarriers()156 if (index < barrierPointBarriers_.size()) { in GetBarrierPointBarriers()157 barriers = &barrierPointBarriers_[index]; in GetBarrierPointBarriers()
77 BASE_NS::vector<BarrierPointBarriers> barrierPointBarriers_; in RENDER_BEGIN_NAMESPACE() local