Lines Matching refs:deviceLayerNum
2911 uint32_t deviceLayerNum = 0; in getReleaseFences() local
2912 deviceLayerNum = mLayers.size() + mIgnoreLayers.size(); in getReleaseFences()
2913 *outNumElements = deviceLayerNum; in getReleaseFences()
2915 uint32_t deviceLayerNum = 0; in getReleaseFences() local
2917 outLayers[deviceLayerNum] = (hwc2_layer_t)mLayers[i]; in getReleaseFences()
2918 outFences[deviceLayerNum] = mLayers[i]->mReleaseFence; in getReleaseFences()
2925 …"[%zu] layer deviceLayerNum(%d), release fence: %d", i, deviceLayerNum, outFences[deviceLayerNum]); in getReleaseFences()
2926 deviceLayerNum++; in getReleaseFences()
2937 outLayers[deviceLayerNum] = (hwc2_layer_t)mIgnoreLayers[i]; in getReleaseFences()
2938 outFences[deviceLayerNum] = -1; in getReleaseFences()
2941 deviceLayerNum); in getReleaseFences()
2942 deviceLayerNum++; in getReleaseFences()