/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_dump_layers.cpp | 213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) 217 mDisplayName, layerIndex); 221 hwc_layer_1_t *layer = &hwLayers[layerIndex]; 244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, 254 "Blending = %s%s%s", mDisplayName, layerIndex, 275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) 298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); 302 hwc_layer_1_t *layer = &hwLayers[layerIndex]; 308 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); 321 mDumpCntrPng, layerIndex, mDisplayName) [all...] |
hwc_dump_layers.h | 118 * @param: layerIndex - Index of layer being dumped. 122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]); 127 * @param: layerIndex - Index of layer being dumped. 131 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
|
hwc.cpp | 138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; 139 layerIndex++) { 140 if(list->hwLayers[layerIndex].compositionType != 143 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex];
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_dump_layers.cpp | 213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) 217 mDisplayName, layerIndex); 221 hwc_layer_1_t *layer = &hwLayers[layerIndex]; 244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, 254 "Blending = %s%s%s", mDisplayName, layerIndex, 275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) 298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); 302 hwc_layer_1_t *layer = &hwLayers[layerIndex]; 308 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); 321 mDumpCntrPng, layerIndex, mDisplayName) [all...] |
hwc_dump_layers.h | 118 * @param: layerIndex - Index of layer being dumped. 122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]); 127 * @param: layerIndex - Index of layer being dumped. 131 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
|
hwc.cpp | 138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; 139 layerIndex++) { 140 if(list->hwLayers[layerIndex].compositionType != 143 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex];
|
hwc_utils.h | 143 int layerIndex[MAX_PTOR_LAYERS]; 150 if(index == layerIndex[i])
|
hwc_copybit.cpp | 229 int ovlapIndex = ptorInfo->layerIndex[i]; 594 int ovlapIndex = ptorInfo->layerIndex[j]; [all...] |
hwc_mdpcomp.cpp | [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_dump_layers.cpp | 217 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) 221 mDisplayName, layerIndex); 225 hwc_layer_1_t *layer = &hwLayers[layerIndex]; 248 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, 258 "Blending = %s%s%s", mDisplayName, layerIndex, 279 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) 302 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); 306 hwc_layer_1_t *layer = &hwLayers[layerIndex]; 312 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); 325 mDumpCntrPng, layerIndex, mDisplayName) [all...] |
hwc_dump_layers.h | 118 * @param: layerIndex - Index of layer being dumped. 122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]); 127 * @param: layerIndex - Index of layer being dumped. 131 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
|
hwc.cpp | 128 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; 129 layerIndex++) { 130 if(list->hwLayers[layerIndex].compositionType != 133 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; [all...] |
hwc_utils.h | 153 int layerIndex[MAX_PTOR_LAYERS]; 159 if(index == layerIndex[i])
|
hwc_copybit.cpp | 229 int ovlapIndex = ptorInfo->layerIndex[i]; 614 int ovlapIndex = ptorInfo->layerIndex[j]; 624 int prevOvlapIndex = ptorInfo->layerIndex[0]; [all...] |
hwc_mdpcomp.cpp | [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
HwcLayerList.cpp | 751 int layerIndex = 0; 764 layerIndex = mStaticLayersIndex.itemAt(i); 765 hwcLayer = mLayers.itemAt(layerIndex); 774 layerIndex = mStaticLayersIndex.itemAt(i); 775 hwcLayer = mLayers.itemAt(layerIndex); 805 layerIndex = mStaticLayersIndex.itemAt(0); 806 hwcLayer = mLayers.itemAt(layerIndex); 812 layerIndex = mStaticLayersIndex.itemAt(i); 813 hwcLayer = mLayers.itemAt(layerIndex); 825 layerIndex = mStaticLayersIndex.itemAt(i) [all...] |