HomeSort by relevance Sort by last modified time
    Searched refs:PLANE_SPRITE (Results 1 - 7 of 7) sorted by null

  /hardware/intel/img/hwcomposer/ips/common/
SpritePlaneBase.cpp 24 : DisplayPlane(index, PLANE_SPRITE, disp),
  /hardware/intel/img/hwcomposer/ips/anniedale/
PlaneCapabilities.cpp 39 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) {
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:
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) {
AnnRGBPlane.cpp 184 if (mType == PLANE_SPRITE)
258 if (mType == PLANE_SPRITE)
284 if (mType == PLANE_SPRITE)
328 if (mType == PLANE_SPRITE)
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlaneManager.cpp 74 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/
DisplayPlane.h 51 PLANE_SPRITE = 0,
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 298 } else if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer)) {
497 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE);
531 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_SPRITE, mSpriteCandidates[i]);
978 case DisplayPlane::PLANE_SPRITE:
    [all...]

Completed in 180 milliseconds