Home
last modified time | relevance | path

Searched refs:deviceLayerNum (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp2911 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()
2938 outFences[deviceLayerNum] = -1; in getReleaseFences()
2941 deviceLayerNum); in getReleaseFences()
[all …]