Home
last modified time | relevance | path

Searched refs:stagingDrawCmdIndex_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2634 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 …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h1100 DrawCmdIndex stagingDrawCmdIndex_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp2052 EXPECT_EQ(nodeTest->stagingDrawCmdIndex_.contentIndex_, -1);