Home
last modified time | relevance | path

Searched refs:getExynosMPP (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h126 static ExynosMPP* getExynosMPP(uint32_t type);
127 static ExynosMPP* getExynosMPP(uint32_t physicalType, uint32_t physicalIndex);
DExynosResourceManager.cpp2159 ExynosMPP* ExynosResourceManager::getExynosMPP(uint32_t type) in getExynosMPP() function in ExynosResourceManager
2173 ExynosMPP* ExynosResourceManager::getExynosMPP(uint32_t physicalType, uint32_t physicalIndex) in getExynosMPP() function in ExynosResourceManager
2319 if ((mpp = getExynosMPP(MPP_LOGICAL_G2D_RGB)) != NULL) in deliverPerformanceInfo()
2611 otfMPP = getExynosMPP(idma_channel_map[i].type, idma_channel_map[i].index); in getOtfMPPWithChannel()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp903 mM2mMPP = display->mResourceManager->getExynosMPP(MPP_LOGICAL_G2D_COMBO); in initializeInfos()