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

  /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 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/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/include/
DisplayPlane.h 53 PLANE_PRIMARY,
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 598 int type = DisplayPlane::PLANE_PRIMARY;
981 case DisplayPlane::PLANE_PRIMARY:
    [all...]

Completed in 366 milliseconds