Searched refs:PLANE_SPRITE (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnPlaneManager.cpp | 42 {'D', DisplayPlane::PLANE_SPRITE, 0}, 43 {'E', DisplayPlane::PLANE_SPRITE, 1}, 44 {'F', DisplayPlane::PLANE_SPRITE, 2}, 147 case DisplayPlane::PLANE_SPRITE: in allocPlane() 148 plane = new AnnRGBPlane(index, DisplayPlane::PLANE_SPRITE, 0/*disp*/); in allocPlane() 315 config[i]->planeType != DisplayPlane::PLANE_SPRITE) { in assignPlanes() 320 desc.type != DisplayPlane::PLANE_SPRITE) { in assignPlanes() 396 if (type != DisplayPlane::PLANE_SPRITE) { in getFreePlanes()
|
D | PlaneCapabilities.cpp | 39 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) { in isFormatSupported() 87 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) { in isSizeSupported() 143 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) { in isBlendingSupported() 178 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) { in isScalingSupported()
|
D | AnnRGBPlane.cpp | 193 if (mType == PLANE_SPRITE) in setDataBuffer() 267 if (mType == PLANE_SPRITE) in enablePlane() 293 if (mType == PLANE_SPRITE) in isDisabled() 337 if (mType == PLANE_SPRITE) in setFramebufferTarget()
|
/hardware/intel/img/hwcomposer/common/planes/ |
D | DisplayPlaneManager.cpp | 74 mPlaneCount[DisplayPlane::PLANE_SPRITE] = mSpritePlaneCount; in initialize() 330 mPlaneCount[DisplayPlane::PLANE_SPRITE], in dump() 331 mFreePlanes[DisplayPlane::PLANE_SPRITE], in dump() 332 mReclaimedPlanes[DisplayPlane::PLANE_SPRITE]); in dump()
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | SpritePlaneBase.cpp | 24 : DisplayPlane(index, PLANE_SPRITE, disp), in SpritePlaneBase()
|
/hardware/intel/img/hwcomposer/common/base/ |
D | HwcLayerList.cpp | 299 } else if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer)) { in initialize() 307 if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer) && in initialize() 502 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE); in assignSpritePlanes() 536 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_SPRITE, mSpriteCandidates[i]); in assignSpritePlanes() 974 case DisplayPlane::PLANE_SPRITE: in dump()
|
/hardware/intel/img/hwcomposer/include/ |
D | DisplayPlane.h | 51 PLANE_SPRITE = 0, enumerator
|