Searched refs:FENCE_IP_LAYER (Results 1 – 5 of 5) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosLayer.cpp | 435 …mAcquireFence = hwcCheckFenceDebug(mDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, acquireFence); in setLayerBuffer() 436 mPrevAcquireFence = hwcCheckFenceDebug(mDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, in setLayerBuffer() 438 FENCE_IP_LAYER, true)); in setLayerBuffer() 1018 mAcquireFence = hwcCheckFenceDebug(mDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, in setSrcAcquireFence() 1020 FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER)); in setSrcAcquireFence() 1022 setFenceInfo(mAcquireFence, mDisplay, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, in setSrcAcquireFence()
|
D | ExynosDisplay.cpp | 2867 FENCE_TYPE_SRC_RELEASE, FENCE_IP_LAYER)); in setReleaseFences() 2945 this, FENCE_TYPE_SRC_RELEASE, FENCE_IP_LAYER); in setReleaseFences() 3831 FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER); in presentDisplay() 3906 setFenceInfo(mDpuData.retire_fence, this, FENCE_TYPE_RETIRE, FENCE_IP_LAYER, in presentDisplay() 3930 FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER); in presentDisplay() 3947 setFenceInfo(mLayers[i]->mReleaseFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, in presentDisplay() 5933 FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER); in closeFencesForSkipFrame() 6014 FENCE_TYPE_SRC_RELEASE, FENCE_IP_LAYER); in closeFences() 6034 FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER); in closeFences()
|
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/ |
D | ExynosExternalDisplay.cpp | 119 …r->mAcquireFence = fence_close(layer->mAcquireFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER); in closeExternalDisplay() 379 FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER); in presentDisplay()
|
/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/ |
D | ExynosVirtualDisplay.cpp | 506 setFenceInfo(layer->mAcquireFence, this, FENCE_TYPE_SRC_ACQUIRE, FENCE_IP_LAYER, in handleAcquireFence()
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.h | 302 FENCE_IP_LAYER = 4, enumerator
|