Home
last modified time | relevance | path

Searched refs:FENCE_IP_G2D (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.cpp199 this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_G2D); in setOutputBuffer()
200 releaseFence = fence_close(releaseFence, this, FENCE_TYPE_SRC_RELEASE, FENCE_IP_G2D); in setOutputBuffer()
297 FENCE_TYPE_DST_ACQUIRE, FENCE_IP_G2D); in presentDisplay()
347 …mOutputBufferReleaseFenceFd = hwcCheckFenceDebug(this, FENCE_TYPE_RETIRE, FENCE_IP_G2D, mExynosCom… in setReleaseFences()
348 setFenceInfo(mExynosCompositionInfo.mAcquireFence, this, FENCE_TYPE_RETIRE, FENCE_IP_G2D, in setReleaseFences()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp979 mAssignedDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_G2D); in allocOutBuf()
981 mAssignedDisplay, FENCE_TYPE_SRC_RELEASE, FENCE_IP_G2D); in allocOutBuf()
1249 … hwcCheckFenceDebug(mAssignedDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_G2D, src.acquireFenceFd); in setupLayer()
1273 FENCE_IP_G2D, HwcFenceDirection::TO); in setupLayer()
1415 FENCE_IP_G2D, HwcFenceDirection::TO); in setupDst()
1433 mAssignedDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_G2D); in setupDst()
1440 …hwcCheckFenceDebug(mAssignedDisplay, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_G2D, dstImgInfo->acrylicAcqu… in setupDst()
1560 FENCE_IP_G2D, HwcFenceDirection::FROM); in doPostProcessingInternal()
1565 FENCE_IP_G2D, HwcFenceDirection::FROM); in doPostProcessingInternal()
1588 … mAssignedDisplay, FENCE_TYPE_SRC_RELEASE, FENCE_IP_G2D); // Close dst buf's fence in doPostProcessingInternal()
[all …]
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h300 FENCE_IP_G2D = 2, enumerator
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp923 fence_close(mAcquireFence, display, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_G2D); in setTargetBuffer()
925 … mAcquireFence = hwcCheckFenceDebug(display, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_G2D, acquireFence); in setTargetBuffer()
1165 … fence_close(outImage.releaseFenceFd, this, FENCE_TYPE_DST_RELEASE, FENCE_IP_G2D); in initDisplay()
3936 … fence_close(mExynosCompositionInfo.mAcquireFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_G2D); in presentDisplay()
5960 this, FENCE_TYPE_DST_RELEASE, FENCE_IP_G2D); in closeFencesForSkipFrame()
5974 … fence_close(outImage.releaseFenceFd, this, FENCE_TYPE_DST_RELEASE, FENCE_IP_G2D); in closeFencesForSkipFrame()
6039 FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_G2D); in closeFences()