Lines Matching refs:mResourceManager
136 : mResourceManager(resourceManager), in ExynosMPP()
420 if (mResourceManager->hasHdrLayer || mResourceManager->hasDrmLayer) { in isSupportedCapability()
471 if (mResourceManager == NULL) return false; in isSrcFormatSupported()
473 for (uint32_t i = 0 ; i < mResourceManager->mFormatRestrictionCnt; i++) { in isSrcFormatSupported()
474 if ((mResourceManager->mFormatRestrictions[i].hwType == mPhysicalType) && in isSrcFormatSupported()
475 ((mResourceManager->mFormatRestrictions[i].nodeType == NODE_NONE) || in isSrcFormatSupported()
476 (mResourceManager->mFormatRestrictions[i].nodeType == NODE_SRC)) && in isSrcFormatSupported()
477 (mResourceManager->mFormatRestrictions[i].format == src.format)) in isSrcFormatSupported()
487 for (uint32_t i = 0 ; i < mResourceManager->mFormatRestrictionCnt; i++) { in isDstFormatSupported()
488 if ((mResourceManager->mFormatRestrictions[i].hwType == mPhysicalType) && in isDstFormatSupported()
489 ((mResourceManager->mFormatRestrictions[i].nodeType == NODE_NONE) || in isDstFormatSupported()
490 (mResourceManager->mFormatRestrictions[i].nodeType == NODE_DST)) && in isDstFormatSupported()
491 (mResourceManager->mFormatRestrictions[i].format == dst.format)) in isDstFormatSupported()
1957 … const restriction_size_element *restriction_size_table = mResourceManager->mSizeRestrictions[i]; in setupRestriction()
1958 for (uint32_t j = 0; j < mResourceManager->mSizeRestrictionCnt[i]; j++) { in setupRestriction()
2275 (mPreAssignDisplayList[mResourceManager->mDevice->mDisplayMode] == HWC_DISPLAY_PRIMARY_BIT)) in needPreAllocation()
2893 if (mResourceManager == NULL) return; in updateAttr()
2895 auto iter = mResourceManager->mMPPAttrs.find(mPhysicalType); in updateAttr()
2896 if (iter != mResourceManager->mMPPAttrs.end()) { in updateAttr()