Searched refs:PLANE_SPRITE (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/img/hwcomposer/ips/common/
H A DSpritePlaneBase.cpp24 : DisplayPlane(index, PLANE_SPRITE, disp),
/hardware/intel/img/hwcomposer/ips/anniedale/
H A DPlaneCapabilities.cpp39 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
87 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
143 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
178 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
H A DAnnPlaneManager.cpp42 {'D', DisplayPlane::PLANE_SPRITE, 0},
43 {'E', DisplayPlane::PLANE_SPRITE, 1},
44 {'F', DisplayPlane::PLANE_SPRITE, 2},
147 case DisplayPlane::PLANE_SPRITE:
148 plane = new AnnRGBPlane(index, DisplayPlane::PLANE_SPRITE, 0/*disp*/);
315 config[i]->planeType != DisplayPlane::PLANE_SPRITE) {
320 desc.type != DisplayPlane::PLANE_SPRITE) {
396 if (type != DisplayPlane::PLANE_SPRITE) {
H A DAnnRGBPlane.cpp193 if (mType == PLANE_SPRITE)
267 if (mType == PLANE_SPRITE)
293 if (mType == PLANE_SPRITE)
337 if (mType == PLANE_SPRITE)
/hardware/intel/img/hwcomposer/common/planes/
H A DDisplayPlaneManager.cpp74 mPlaneCount[DisplayPlane::PLANE_SPRITE] = mSpritePlaneCount;
330 mPlaneCount[DisplayPlane::PLANE_SPRITE],
331 mFreePlanes[DisplayPlane::PLANE_SPRITE],
332 mReclaimedPlanes[DisplayPlane::PLANE_SPRITE]);
/hardware/intel/img/hwcomposer/include/
H A DDisplayPlane.h51 PLANE_SPRITE = 0, enumerator in enum:android::intel::DisplayPlane::__anon716
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayerList.cpp299 } else if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer)) {
307 if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer) &&
502 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE);
536 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_SPRITE, mSpriteCandidates[i]);
974 case DisplayPlane::PLANE_SPRITE:

Completed in 1069 milliseconds