Searched refs:setFenceInfo (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/ |
H A D | ExynosVirtualDisplay.cpp | 351 …setFenceInfo(mExynosCompositionInfo.mAcquireFence, this, FENCE_TYPE_RETIRE, FENCE_IP_G2D, FENCE_TO… in setReleaseFences() 508 … setFenceInfo(layer->mAcquireFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, FENCE_TO); in handleAcquireFence() 513 …setFenceInfo(mClientCompositionInfo.mAcquireFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_FB, FENC… in handleAcquireFence()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/ |
H A D | ExynosMPP.cpp | 1242 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 D | ExynosHWCHelper.cpp | 758 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 D | ExynosHWCHelper.h | 524 void setFenceInfo(uint32_t fd, ExynosDisplay *display,
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/ |
H A D | ExynosDisplay.cpp | 2359 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 D | ExynosLayer.cpp | 922 setFenceInfo(mAcquireFence, mDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, FENCE_FROM); in setSrcAcquireFence()
|