Searched refs:layerIndex (Results 1 – 9 of 9) sorted by relevance
/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() 321 mDumpCntrPng, layerIndex, mDisplayName); in dumpLayer() [all …]
|
D | hwc_dump_layers.h | 122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]); 131 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()
|
D | hwc_utils.h | 139 int layerIndex[MAX_PTOR_LAYERS]; member 146 if(index == layerIndex[i]) in getPTORArrayIndex()
|
D | hwc_mdpcomp.cpp | 889 ctx->mPtorInfo.layerIndex[i] = minLayerIndex[i]; in fullMDPCompWithPTOR() 907 int index = ctx->mPtorInfo.layerIndex[j]; in fullMDPCompWithPTOR() 953 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/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 | 122 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]); 131 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()
|