Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp198 const uint32_t ppCount = static_cast<uint32_t>(postProcesses.size()); in Create() local
200 for (uint32_t idx = 0; idx < ppCount; ++idx) { in Create()
207 if (ppIndex < ppCount) { in Create()
284 const uint32_t ppCount = static_cast<uint32_t>(postProcesses.size()); in Set() local
285 for (uint32_t idx = 0; idx < ppCount; ++idx) { in Set()
300 const uint32_t ppCount = in Set() local
302 for (uint32_t idx = 0; idx < ppCount; ++idx) { in Set()