Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:numPTORLayersFound

944     int numPTORLayersFound = 0;
946 numPTORLayersFound < MAX_PTOR_LAYERS); i--) {
978 minLayerIndex[numPTORLayersFound] = i;
979 overlapRect[numPTORLayersFound] = list->hwLayers[i].displayFrame;
981 numPTORLayersFound++;
986 if (!numPTORLayersFound)
1011 ctx->mPtorInfo.count = numPTORLayersFound;
1028 Whf layerWhf[numPTORLayersFound]; // To store w,h,f of PTOR layers
1031 int32_t blending[numPTORLayersFound];
1032 uint8_t planeAlpha[numPTORLayersFound];
1033 uint32_t transform[numPTORLayersFound];
1035 for(int j = 0; j < numPTORLayersFound; j++) {
1107 for (int i = 0; i < numPTORLayersFound; i++) {