Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
H A DExynosVirtualDisplay.cpp351setFenceInfo(mExynosCompositionInfo.mAcquireFence, this, FENCE_TYPE_RETIRE, FENCE_IP_G2D, FENCE_TO… in setReleaseFences()
508setFenceInfo(layer->mAcquireFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, FENCE_TO); in handleAcquireFence()
513setFenceInfo(mClientCompositionInfo.mAcquireFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_FB, FENC… in handleAcquireFence()
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.cpp1242 setFenceInfo(srcImgInfo->acrylicAcquireFenceFd, mAssignedDisplay, in setupLayer()
1246 setFenceInfo(srcImgInfo->acrylicAcquireFenceFd, mAssignedDisplay, in setupLayer()
1370 setFenceInfo(dstImgInfo->acrylicAcquireFenceFd, mAssignedDisplay, in setupDst()
1375 setFenceInfo(dstImgInfo->acrylicAcquireFenceFd, mAssignedDisplay, in setupDst()
1515 setFenceInfo(releaseFences[dstBufIdx], mAssignedDisplay, in doPostProcessingInternal()
1520 setFenceInfo(releaseFences[i], mAssignedDisplay, in doPostProcessingInternal()
1525 setFenceInfo(releaseFences[dstBufIdx], mAssignedDisplay, in doPostProcessingInternal()
1530 setFenceInfo(releaseFences[i], mAssignedDisplay, in doPostProcessingInternal()
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.cpp758 setFenceInfo(fence, display, type, ip, FENCE_CLOSE); in fence_close()
808 setFenceInfo(dup_fd, display, type, ip, FENCE_FROM, pendingAllowed); in hwc_dup()
825 void setFenceInfo(uint32_t fd, ExynosDisplay* display, in setFenceInfo() function
H A DExynosHWCHelper.h524 void setFenceInfo(uint32_t fd, ExynosDisplay *display,
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp2359 setFenceInfo(mDpuData.configs[i].acq_fence, this, in deliverWinConfigData()
2371 setFenceInfo(mDpuData.configs[i].rel_fence, this, in deliverWinConfigData()
2374 setFenceInfo(mDpuData.retire_fence, this, in deliverWinConfigData()
3215 setFenceInfo(mDpuData.retire_fence, this, in presentDisplay()
3257 setFenceInfo(mLayers[i]->mReleaseFence, this, in presentDisplay()
3410 setFenceInfo(acquireFence, this, in setClientTarget()
5288 setFenceInfo(releaseFence, this, FENCE_TYPE_READBACK_RELEASE, in setReadbackBufferInternal()
5330 setFenceInfo(acqFence, this, FENCE_TYPE_READBACK_ACQUIRE, in setReadbackBufferAcqFence()
H A DExynosLayer.cpp922 setFenceInfo(mAcquireFence, mDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, FENCE_FROM); in setSrcAcquireFence()