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

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
SpritePlaneBase.cpp 24 : DisplayPlane(index, PLANE_SPRITE, disp),
PlaneCapabilities.cpp 41 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
89 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
144 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
184 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
SpritePlaneBase.cpp 24 : DisplayPlane(index, PLANE_SPRITE, disp),
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngPlaneManager.cpp 59 case DisplayPlane::PLANE_SPRITE:
92 case DisplayPlane::PLANE_SPRITE:
133 if (config.size() == 1 && config[0]->planeType == DisplayPlane::PLANE_SPRITE) {
179 } else if (type == DisplayPlane::PLANE_SPRITE) {
TngSpritePlane.cpp 163 if (mType == DisplayPlane::PLANE_SPRITE)
200 if (plane->getType() == DisplayPlane::PLANE_SPRITE) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
PlaneCapabilities.cpp 39 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
85 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
140 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
175 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 193 if (mType == PLANE_SPRITE)
267 if (mType == PLANE_SPRITE)
293 if (mType == PLANE_SPRITE)
337 if (mType == PLANE_SPRITE)
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnPlaneManager.cpp 42 {'D', DisplayPlane::PLANE_SPRITE, 0},
43 {'E', DisplayPlane::PLANE_SPRITE, 1},
44 {'F', DisplayPlane::PLANE_SPRITE, 2},
172 case DisplayPlane::PLANE_SPRITE:
173 plane = new AnnRGBPlane(index, DisplayPlane::PLANE_SPRITE, 0/*disp*/);
350 config[i]->planeType != DisplayPlane::PLANE_SPRITE) {
355 desc.type != DisplayPlane::PLANE_SPRITE) {
433 if (type != DisplayPlane::PLANE_SPRITE) {
PlaneCapabilities.cpp 43 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
90 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
163 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
198 if (planeType == DisplayPlane::PLANE_SPRITE || planeType == DisplayPlane::PLANE_PRIMARY) {
AnnRGBPlane.cpp 134 if (mType == PLANE_SPRITE)
209 if (mType == PLANE_SPRITE)
235 if (mType == PLANE_SPRITE)
279 if (mType == PLANE_SPRITE)
  /hardware/intel/img/hwcomposer/merrifield/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/moorefield_hdmi/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/merrifield/include/
DisplayPlane.h 51 PLANE_SPRITE = 0,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlane.h 51 PLANE_SPRITE = 0,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 295 } else if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer)) {
303 if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer) &&
498 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE);
532 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_SPRITE, mSpriteCandidates[i]);
968 case DisplayPlane::PLANE_SPRITE:
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 247 } else if (checkSupported(DisplayPlane::PLANE_SPRITE, hwcLayer)) {
429 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE);
463 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_SPRITE, mSpriteCandidates[i]);
1026 case DisplayPlane::PLANE_SPRITE:
    [all...]

Completed in 223 milliseconds