Home
last modified time | relevance | path

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

/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/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/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/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp794 int32_t ExynosLowFpsLayerInfo::addLowFpsLayer(uint32_t layerIndex) in addLowFpsLayer()
3023 int32_t ExynosDisplay::getLayerCompositionTypeForValidationType(uint32_t layerIndex) in getLayerCompositionTypeForValidationType()
4969 int32_t ExynosDisplay::addClientCompositionLayer(uint32_t layerIndex) in addClientCompositionLayer()
5070 int32_t ExynosDisplay::removeClientCompositionLayer(uint32_t layerIndex) in removeClientCompositionLayer()
5114 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()