Searched refs:recordCmdVec_ (Results 1 – 3 of 3) sorted by relevance
215 recordCmdVec_.emplace_back(recordCmd); in AddRecordCmd()216 return static_cast<uint32_t>(recordCmdVec_.size()) - 1; in AddRecordCmd()222 if (index >= recordCmdVec_.size()) { in GetRecordCmd()225 return recordCmdVec_[index]; in GetRecordCmd()232 recordCmdVec_.emplace_back(recordCmd); in SetupRecordCmd()234 return recordCmdVec_.size(); in SetupRecordCmd()240 for (const auto &recordCmd : recordCmdVec_) { in GetAllRecordCmd()
96 recordCmdVec_.clear(); in ClearOp()518 drawCmdList->recordCmdVec_.swap(recordCmdVec_); in PlaybackToDrawCmdList()
290 std::vector<std::shared_ptr<RecordCmd>> recordCmdVec_; variable