Searched refs:PLANE_CURSOR (Results 1 – 13 of 13) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
D | AnnPlaneManager.cpp | 47 {'I', DisplayPlane::PLANE_CURSOR, 0}, // nickname for cursor A 48 {'J', DisplayPlane::PLANE_CURSOR, 1}, // nickname for cursor B 49 {'K', DisplayPlane::PLANE_CURSOR, 2} // nickname for cursor C 178 case DisplayPlane::PLANE_CURSOR: in allocPlane() 200 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) { in isValidZOrder() 225 config[i]->planeType != DisplayPlane::PLANE_CURSOR) { in isValidZOrder() 245 config[i]->planeType != DisplayPlane::PLANE_CURSOR) { in isValidZOrder() 316 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) { in assignPlanes() 372 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) { in assignPlanes()
|
D | AnnCursorPlane.cpp | 28 : DisplayPlane(index, PLANE_CURSOR, disp) in AnnCursorPlane()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
D | AnnPlaneManager.cpp | 47 {'I', DisplayPlane::PLANE_CURSOR, 0}, // nickname for cursor A 48 {'J', DisplayPlane::PLANE_CURSOR, 1}, // nickname for cursor B 49 {'K', DisplayPlane::PLANE_CURSOR, 2} // nickname for cursor C 153 case DisplayPlane::PLANE_CURSOR: in allocPlane() 190 config[i]->planeType != DisplayPlane::PLANE_CURSOR) { in isValidZOrder() 210 config[i]->planeType != DisplayPlane::PLANE_CURSOR) { in isValidZOrder() 282 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) { in assignPlanes() 337 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) { in assignPlanes()
|
D | AnnCursorPlane.cpp | 28 : DisplayPlane(index, PLANE_CURSOR, disp) in AnnCursorPlane()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/ |
D | DisplayPlaneManager.cpp | 77 mPlaneCount[DisplayPlane::PLANE_CURSOR] = mCursorPlaneCount; in initialize() 243 type == DisplayPlane::PLANE_CURSOR) { in getFreePlanes() 342 mPlaneCount[DisplayPlane::PLANE_CURSOR], in dump() 343 mFreePlanes[DisplayPlane::PLANE_CURSOR], in dump() 344 mReclaimedPlanes[DisplayPlane::PLANE_CURSOR]); in dump()
|
/hardware/intel/img/hwcomposer/merrifield/common/planes/ |
D | DisplayPlaneManager.cpp | 77 mPlaneCount[DisplayPlane::PLANE_CURSOR] = mCursorPlaneCount; in initialize() 243 type == DisplayPlane::PLANE_CURSOR) { in getFreePlanes() 342 mPlaneCount[DisplayPlane::PLANE_CURSOR], in dump() 343 mFreePlanes[DisplayPlane::PLANE_CURSOR], in dump() 344 mReclaimedPlanes[DisplayPlane::PLANE_CURSOR]); in dump()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngPlaneManager.cpp | 65 case DisplayPlane::PLANE_CURSOR: in allocPlane() 101 case DisplayPlane::PLANE_CURSOR: in isValidZOrder() 177 type == DisplayPlane::PLANE_CURSOR) { in getPlaneHelper()
|
D | TngCursorPlane.cpp | 29 : DisplayPlane(index, PLANE_CURSOR, disp) in TngCursorPlane()
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | DisplayPlane.h | 54 PLANE_CURSOR, enumerator
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | DisplayPlane.h | 54 PLANE_CURSOR, enumerator
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayerList.cpp | 400 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR); in assignCursorPlanes() 434 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_CURSOR, mCursorCandidates[i]); in assignCursorPlanes() 637 if (zlayer->plane->getType() == DisplayPlane::PLANE_CURSOR) { in attachPlanes() 983 case DisplayPlane::PLANE_CURSOR: in dump()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | PlaneCapabilities.cpp | 200 } else if (planeType == DisplayPlane::PLANE_CURSOR) { in isScalingSupported()
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | HwcLayerList.cpp | 327 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR); in assignCursorPlanes() 360 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_CURSOR, mCursorCandidates[i]); in assignCursorPlanes() 561 if (zlayer->plane->getType() == DisplayPlane::PLANE_CURSOR) { in attachPlanes() 1032 case DisplayPlane::PLANE_CURSOR: in dump()
|