/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_dump_layers.cpp | 213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer() argument 217 mDisplayName, layerIndex); in logLayer() 221 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in logLayer() 244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, in logLayer() 254 "Blending = %s%s%s", mDisplayName, layerIndex, in logLayer() 275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer() argument 298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer() 302 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in dumpLayer() 308 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer() 321 mDumpCntrPng, layerIndex, mDisplayName); in dumpLayer() [all …]
|
D | hwc_dump_layers.h | 120 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]); 129 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
|
D | hwc.cpp | 138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local 139 layerIndex++) { in setDMAState() 140 if(list->hwLayers[layerIndex].compositionType != in setDMAState() 143 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; in setDMAState()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_dump_layers.cpp | 213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer() argument 217 mDisplayName, layerIndex); in logLayer() 221 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in logLayer() 244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, in logLayer() 254 "Blending = %s%s%s", mDisplayName, layerIndex, in logLayer() 275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer() argument 298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer() 302 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in dumpLayer() 308 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer() 320 mDumpCntrPng, layerIndex, mDisplayName); in dumpLayer() [all …]
|
D | hwc_dump_layers.h | 120 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]); 129 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
|
D | hwc.cpp | 148 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local 149 layerIndex++) { in setDMAState() 150 if(list->hwLayers[layerIndex].compositionType != in setDMAState() 153 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; in setDMAState()
|
D | hwc_utils.h | 143 int layerIndex[MAX_PTOR_LAYERS]; member 150 if(index == layerIndex[i]) in getPTORArrayIndex()
|
D | hwc_mdpcomp.cpp | 897 ctx->mPtorInfo.layerIndex[i] = minLayerIndex[i]; in fullMDPCompWithPTOR() 915 int index = ctx->mPtorInfo.layerIndex[j]; in fullMDPCompWithPTOR() 961 ctx->mPtorInfo.layerIndex[0], ctx->mPtorInfo.layerIndex[1]); in fullMDPCompWithPTOR()
|
D | hwc_copybit.cpp | 229 int ovlapIndex = ptorInfo->layerIndex[i]; in prepareOverlap() 594 int ovlapIndex = ptorInfo->layerIndex[j]; in drawOverlap()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_dump_layers.cpp | 217 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer() argument 221 mDisplayName, layerIndex); in logLayer() 225 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in logLayer() 248 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, in logLayer() 258 "Blending = %s%s%s", mDisplayName, layerIndex, in logLayer() 279 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer() argument 302 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer() 306 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in dumpLayer() 312 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer() 324 mDumpCntrPng, layerIndex, mDisplayName); in dumpLayer() [all …]
|
D | hwc_dump_layers.h | 120 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]); 129 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
|
D | hwc.cpp | 128 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local 129 layerIndex++) { in setDMAState() 130 if(list->hwLayers[layerIndex].compositionType != in setDMAState() 133 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; in setDMAState()
|
D | hwc_utils.h | 154 int layerIndex[MAX_PTOR_LAYERS]; member 160 if(index == layerIndex[i]) in getPTORArrayIndex()
|
D | hwc_copybit.cpp | 229 int ovlapIndex = ptorInfo->layerIndex[i]; in prepareOverlap() 614 int ovlapIndex = ptorInfo->layerIndex[j]; in drawOverlap() 624 int prevOvlapIndex = ptorInfo->layerIndex[0]; in drawOverlap()
|
D | hwc_mdpcomp.cpp | 1013 ctx->mPtorInfo.layerIndex[i] = minLayerIndex[i]; in fullMDPCompWithPTOR() 1036 int index = ctx->mPtorInfo.layerIndex[j]; in fullMDPCompWithPTOR() 1108 int idx = ctx->mPtorInfo.layerIndex[i]; in fullMDPCompWithPTOR() 1125 ctx->mPtorInfo.layerIndex[0], ctx->mPtorInfo.layerIndex[1]); in fullMDPCompWithPTOR()
|