Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h174 size_t currentLayer = 0; in setChangedCompositionTypes() local
176 while (currentLayer < totalLayers) { in setChangedCompositionTypes()
178 std::min(totalLayers - currentLayer, static_cast<size_t>(kMaxLength) / 3); in setChangedCompositionTypes()
182 write64(layers[currentLayer + i]); in setChangedCompositionTypes()
183 writeSigned(static_cast<int32_t>(types[currentLayer + i])); in setChangedCompositionTypes()
187 currentLayer += count; in setChangedCompositionTypes()
194 size_t currentLayer = 0; in setDisplayRequests() local
196 while (currentLayer < totalLayers) { in setDisplayRequests()
198 std::min(totalLayers - currentLayer, static_cast<size_t>(kMaxLength - 1) / 3); in setDisplayRequests()
203 write64(layers[currentLayer + i]); in setDisplayRequests()
[all …]
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h178 size_t currentLayer = 0; in setChangedCompositionTypes() local
180 while (currentLayer < totalLayers) { in setChangedCompositionTypes()
181 size_t count = std::min(totalLayers - currentLayer, static_cast<size_t>(kMaxLength) / 3); in setChangedCompositionTypes()
185 write64(layers[currentLayer + i]); in setChangedCompositionTypes()
186 writeSigned(static_cast<int32_t>(types[currentLayer + i])); in setChangedCompositionTypes()
190 currentLayer += count; in setChangedCompositionTypes()
197 size_t currentLayer = 0; in setDisplayRequests() local
199 while (currentLayer < totalLayers) { in setDisplayRequests()
200 size_t count = std::min(totalLayers - currentLayer, static_cast<size_t>(kMaxLength - 1) / 3); in setDisplayRequests()
205 write64(layers[currentLayer + i]); in setDisplayRequests()
[all …]