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

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
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/merrifield/ips/penwell/
PnwPrimaryPlane.cpp 29 mType = PLANE_PRIMARY;
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngPlaneManager.cpp 56 case DisplayPlane::PLANE_PRIMARY:
91 case DisplayPlane::PLANE_PRIMARY:
134 config[0]->planeType == DisplayPlane::PLANE_PRIMARY;
176 if (type == DisplayPlane::PLANE_PRIMARY ||
TngPrimaryPlane.cpp 29 mType = PLANE_PRIMARY;
144 if (plane->getType() == DisplayPlane::PLANE_PRIMARY)
TngSpritePlane.cpp 198 if (plane->getType() == DisplayPlane::PLANE_PRIMARY)
  /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 39 {'A', DisplayPlane::PLANE_PRIMARY, 0},
40 {'B', DisplayPlane::PLANE_PRIMARY, 1},
41 {'C', DisplayPlane::PLANE_PRIMARY, 2},
144 case DisplayPlane::PLANE_PRIMARY:
145 plane = new AnnRGBPlane(index, DisplayPlane::PLANE_PRIMARY, index/*disp*/);
314 if (config[i]->planeType != DisplayPlane::PLANE_PRIMARY &&
319 if (desc.type != DisplayPlane::PLANE_PRIMARY &&
355 if (desc.type == DisplayPlane::PLANE_PRIMARY) {
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnPlaneManager.cpp 39 {'A', DisplayPlane::PLANE_PRIMARY, 0},
40 {'B', DisplayPlane::PLANE_PRIMARY, 1},
41 {'C', DisplayPlane::PLANE_PRIMARY, 2},
169 case DisplayPlane::PLANE_PRIMARY:
170 plane = new AnnRGBPlane(index, DisplayPlane::PLANE_PRIMARY, index/*disp*/);
349 if (config[i]->planeType != DisplayPlane::PLANE_PRIMARY &&
354 if (desc.type != DisplayPlane::PLANE_PRIMARY &&
391 if (desc.type == DisplayPlane::PLANE_PRIMARY) {
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) {
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlaneManager.cpp 76 mPlaneCount[DisplayPlane::PLANE_PRIMARY] = mPrimaryPlaneCount;
242 if (type == DisplayPlane::PLANE_PRIMARY ||
338 mPlaneCount[DisplayPlane::PLANE_PRIMARY],
339 mFreePlanes[DisplayPlane::PLANE_PRIMARY],
340 mReclaimedPlanes[DisplayPlane::PLANE_PRIMARY]);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlaneManager.cpp 76 mPlaneCount[DisplayPlane::PLANE_PRIMARY] = mPrimaryPlaneCount;
242 if (type == DisplayPlane::PLANE_PRIMARY ||
338 mPlaneCount[DisplayPlane::PLANE_PRIMARY],
339 mFreePlanes[DisplayPlane::PLANE_PRIMARY],
340 mReclaimedPlanes[DisplayPlane::PLANE_PRIMARY]);
  /hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlane.h 53 PLANE_PRIMARY,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlane.h 53 PLANE_PRIMARY,
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 530 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_PRIMARY, hwcLayer, zorder);
1029 case DisplayPlane::PLANE_PRIMARY:
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 599 int type = DisplayPlane::PLANE_PRIMARY;
971 case DisplayPlane::PLANE_PRIMARY:

Completed in 646 milliseconds