Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGuestFrameComposer.cpp491 auto compositionResult = displayInfo.swapchain->getNextImage(); in onDisplayCreate() local
493 mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in onDisplayCreate()
501 compositionResult->markAsInUse(std::move(flushSyncFd)); in onDisplayCreate()
666 auto compositionResult = displayInfo.swapchain->getNextImage(); in presentDisplay() local
667 compositionResult->wait(); in presentDisplay()
669 if (compositionResult->getBuffer() == nullptr) { in presentDisplay()
675 if (compositionResult->getDrmBuffer() == nullptr) { in presentDisplay()
682 mGralloc.Import(compositionResult->getBuffer()); in presentDisplay()
817 … auto [error, fence] = mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()
824 compositionResult->markAsInUse(outDisplayFence->ok() in presentDisplay()
DHostFrameComposer.cpp498 auto compositionResult = displayInfo.swapchain->getNextImage(); in presentDisplay() local
499 compositionResult->wait(); in presentDisplay()
611 hostCon->grallocHelper()->getHostHandle(compositionResult->getBuffer()); in presentDisplay()
617 hostCon->grallocHelper()->getHostHandle(compositionResult->getBuffer()); in presentDisplay()
668 mDrmClient->flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()
696 displayId, compositionResult->getDrmBuffer(), displayClientTargetFence); in presentDisplay()
705 compositionResult->markAsInUse(outDisplayFence->ok() in presentDisplay()