Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp1406 size_t numLayers = mHwc1RequestedContents->numHwLayers; in generateChanges() local
1407 for (size_t hwc1Id = 0; hwc1Id < numLayers; ++hwc1Id) { in generateChanges()
1437 auto numLayers = hwcContents.numHwLayers; in set() local
1441 for (size_t l = 0; l < numLayers - 1; ++l) { in set()
1450 auto& clientTargetLayer = hwcContents.hwLayers[numLayers - 1]; in set()
1473 size_t numLayers = hwcContents.numHwLayers; in addReleaseFences() local
1474 for (size_t hwc1Id = 0; hwc1Id < numLayers; ++hwc1Id) { in addReleaseFences()
1962 auto numLayers = mLayers.size() + 1; in allocateRequestedContents() local
1964 sizeof(hwc_layer_1_t) * numLayers + in allocateRequestedContents()
1968 mNextAvailableRect = reinterpret_cast<hwc_rect_t*>(&contents->hwLayers[numLayers]); in allocateRequestedContents()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.h157 uint32_t numLayers; member
164 uint32_t numLayers; member
DEmuHWC2.cpp856 p->numLayers = numLayer; in present()
861 p2->numLayers = numLayer; in present()