Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.cpp348 setFenceInfo(mExynosCompositionInfo.mAcquireFence, this, FENCE_TYPE_RETIRE, FENCE_IP_G2D, in setReleaseFences()
506 setFenceInfo(layer->mAcquireFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, in handleAcquireFence()
512 setFenceInfo(mClientCompositionInfo.mAcquireFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_FB, in handleAcquireFence()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp1272 setFenceInfo(srcImgInfo->acrylicAcquireFenceFd, mAssignedDisplay, FENCE_TYPE_SRC_ACQUIRE, in setupLayer()
1276 setFenceInfo(srcImgInfo->acrylicAcquireFenceFd, mAssignedDisplay, FENCE_TYPE_SRC_ACQUIRE, in setupLayer()
1414 setFenceInfo(dstImgInfo->acrylicAcquireFenceFd, mAssignedDisplay, FENCE_TYPE_DST_ACQUIRE, in setupDst()
1419 setFenceInfo(dstImgInfo->acrylicAcquireFenceFd, mAssignedDisplay, FENCE_TYPE_DST_ACQUIRE, in setupDst()
1559 setFenceInfo(releaseFences[dstBufIdx], mAssignedDisplay, FENCE_TYPE_DST_ACQUIRE, in doPostProcessingInternal()
1564 setFenceInfo(releaseFences[i], mAssignedDisplay, FENCE_TYPE_SRC_RELEASE, in doPostProcessingInternal()
1569 setFenceInfo(releaseFences[dstBufIdx], mAssignedDisplay, FENCE_TYPE_DST_ACQUIRE, in doPostProcessingInternal()
1574 setFenceInfo(releaseFences[i], mAssignedDisplay, FENCE_TYPE_SRC_RELEASE, in doPostProcessingInternal()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp854 if (display != NULL) setFenceInfo(fence, display, type, ip, HwcFenceDirection::CLOSE); in fence_close()
900 setFenceInfo(dup_fd, display, type, ip, HwcFenceDirection::DUP, pendingAllowed, fd); in hwc_dup()
921 void setFenceInfo(uint32_t fd, const ExynosDisplay *display, HwcFdebugFenceType type, in setFenceInfo() function
DExynosHWCHelper.h556 void setFenceInfo(uint32_t fd, const ExynosDisplay *display, HwcFdebugFenceType type,
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp2760 setFenceInfo(mDpuData.configs[i].acq_fence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_DPP, in deliverWinConfigData()
2772 setFenceInfo(mDpuData.configs[i].rel_fence, this, FENCE_TYPE_SRC_RELEASE, FENCE_IP_DPP, in deliverWinConfigData()
2775 setFenceInfo(mDpuData.retire_fence, this, FENCE_TYPE_RETIRE, FENCE_IP_DPP, in deliverWinConfigData()
2879 setFenceInfo(release_fd, this, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_DPP, in setReleaseFences()
2957 setFenceInfo(config.rel_fence, this, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_DPP, in setReleaseFences()
3906 setFenceInfo(mDpuData.retire_fence, this, FENCE_TYPE_RETIRE, FENCE_IP_LAYER, in presentDisplay()
3947 setFenceInfo(mLayers[i]->mReleaseFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, in presentDisplay()
4121 setFenceInfo(acquireFence, this, FENCE_TYPE_SRC_RELEASE, FENCE_IP_FB, HwcFenceDirection::FROM); in setClientTarget()
6224 setFenceInfo(releaseFence, this, FENCE_TYPE_READBACK_RELEASE, FENCE_IP_FB, in setReadbackBufferInternal()
6266 setFenceInfo(acqFence, this, FENCE_TYPE_READBACK_ACQUIRE, FENCE_IP_DPP, in setReadbackBufferAcqFence()
DExynosLayer.cpp1022 setFenceInfo(mAcquireFence, mDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, in setSrcAcquireFence()