Searched refs:deviceLayerNum (Results 1 – 1 of 1) sorted by relevance
2911 uint32_t deviceLayerNum = 0; in getReleaseFences() local2912 deviceLayerNum = mLayers.size() + mIgnoreLayers.size(); in getReleaseFences()2913 *outNumElements = deviceLayerNum; in getReleaseFences()2915 uint32_t deviceLayerNum = 0; in getReleaseFences() local2917 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()2938 outFences[deviceLayerNum] = -1; in getReleaseFences()2941 deviceLayerNum); in getReleaseFences()[all …]