Home
last modified time | relevance | path

Searched refs:thisFrameCopiedData_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp84 thisFrameCopiedData_.clear(); in BeginFrame()
128 thisFrameCopiedData_.reserve(postFrame_.copyData.size() + bufferedPostFrame_[bufferedIndex_].copyData.size()); in ProcessFrameCopyData()
149 thisFrameCopiedData_.push_back({}); in ProcessFrameInputCopyData()
150 auto& copyDataRef = thisFrameCopiedData_.back(); in ProcessFrameInputCopyData()
336 return thisFrameCopiedData_; in GetFrameCopyData()
344 for (const auto& ref : thisFrameCopiedData_) { in GetFrameCopyData()
H A Drender_frame_util.h86 BASE_NS::vector<FrameCopyData> thisFrameCopiedData_; member in RenderFrameUtil

Completed in 2 milliseconds