Searched refs:stagingDrawCmdIndex_ (Results 1 – 3 of 3) sorted by relevance
2634 stagingDrawCmdIndex_.shadowIndex_ = AppendDrawFunc(RSDrawableSlot::SHADOW); in UpdateDisplayList()2637 stagingDrawCmdIndex_.renderGroupBeginIndex_ = stagingDrawCmdList_.size(); in UpdateDisplayList()2650 stagingDrawCmdIndex_.useEffectIndex_ = AppendDrawFunc(RSDrawableSlot::USE_EFFECT); in UpdateDisplayList()2656 stagingDrawCmdIndex_.contentIndex_ = AppendDrawFunc(RSDrawableSlot::CONTENT_STYLE); in UpdateDisplayList()2659 stagingDrawCmdIndex_.backgroundEndIndex_ = stagingDrawCmdIndex_.contentIndex_ == -1 in UpdateDisplayList()2663 stagingDrawCmdIndex_.childrenIndex_ = AppendDrawFunc(RSDrawableSlot::CHILDREN); in UpdateDisplayList()2669 stagingDrawCmdIndex_.contentIndex_ = -1; in UpdateDisplayList()2670 stagingDrawCmdIndex_.childrenIndex_ = -1; in UpdateDisplayList()2675 stagingDrawCmdIndex_.renderGroupEndIndex_ = static_cast<int8_t>(stagingDrawCmdList_.size()); in UpdateDisplayList()2680 stagingDrawCmdIndex_.endIndex_ = static_cast<int8_t>(stagingDrawCmdList_.size()); in UpdateDisplayList()[all …]
1100 DrawCmdIndex stagingDrawCmdIndex_; variable
2052 EXPECT_EQ(nodeTest->stagingDrawCmdIndex_.contentIndex_, -1);