Home
last modified time | relevance | path

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

/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp63 … ExynosLayer *layer = (mppSrc->mSourceType == MPP_SOURCE_LAYER) ? (ExynosLayer *)mppSrc : nullptr; in checkTDMResource()
256 if (mppSrc->mSourceType == MPP_SOURCE_LAYER) { in calculateHWResourceAmount()
473 if ((mppSrc->mSourceType == MPP_SOURCE_LAYER) && in otfMppReordering()
502 (mppSrc->mSourceType == MPP_SOURCE_LAYER) ? "Layer" : "Client Target"); in otfMppReordering()
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp344 if (mppSource->mSourceType == MPP_SOURCE_LAYER) { in setPlaneColorSetting()
358 if (mppSource->mSourceType == MPP_SOURCE_LAYER) { in setPlaneColorSetting()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h211 MPP_SOURCE_LAYER, enumerator
DExynosResourceManager.cpp2760 if (mppSrc->mSourceType == MPP_SOURCE_LAYER) { in isAssignable()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp39 : ExynosMPPSource(MPP_SOURCE_LAYER, this), in ExynosLayer()
DExynosDisplay.cpp966 if (mM2mMPP->mAssignedSources[i]->mSourceType == MPP_SOURCE_LAYER) { in dump()