Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp84 thisFrameCopiedData_.clear(); in BeginFrame()
128thisFrameCopiedData_.reserve(postFrame_.copyData.size() + bufferedPostFrame_[bufferedIndex_].copyD… 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_; variable