Home
last modified time | relevance | path

Searched defs:layerIndex (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp217 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer()
279 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer()
Dhwc.cpp128 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local
Dhwc_utils.h154 int layerIndex[MAX_PTOR_LAYERS]; member
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer()
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer()
Dhwc.cpp148 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local
Dhwc_utils.h143 int layerIndex[MAX_PTOR_LAYERS]; member
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer()
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer()
Dhwc.cpp138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp498 for (uint32_t layerIndex = 0; layerIndex < kMaxLayersPerFrame; ++layerIndex) { in setUpDescriptorSets() local
767 for (uint32_t layerIndex = 0; layerIndex < kMaxLayersPerFrame; ++layerIndex) { in setUpUniformBuffers() local
1218 for (uint32_t layerIndex = 0; layerIndex < numLayers; ++layerIndex) { in compose() local
1383 for (uint32_t layerIndex = 0; layerIndex < numRequestedLayers; ++layerIndex) { in updateDescriptorSetsIfChanged() local
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp803 int32_t ExynosLowFpsLayerInfo::addLowFpsLayer(uint32_t layerIndex) in addLowFpsLayer()
3051 int32_t ExynosDisplay::getLayerCompositionTypeForValidationType(uint32_t layerIndex) in getLayerCompositionTypeForValidationType()
5300 int32_t ExynosDisplay::addClientCompositionLayer(uint32_t layerIndex) in addClientCompositionLayer()
5401 int32_t ExynosDisplay::removeClientCompositionLayer(uint32_t layerIndex) in removeClientCompositionLayer()
5445 int32_t ExynosDisplay::addExynosCompositionLayer(uint32_t layerIndex, float totalUsedCapa) { in addExynosCompositionLayer()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp1126 const ExynosLayer &layer, const uint32_t layerIndex, in validateRCDLayer()