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

  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
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:
200 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) {
225 config[i]->planeType != DisplayPlane::PLANE_CURSOR) {
245 config[i]->planeType != DisplayPlane::PLANE_CURSOR) {
316 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) {
372 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) {
AnnCursorPlane.cpp 28 : DisplayPlane(index, PLANE_CURSOR, disp)
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
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:
190 config[i]->planeType != DisplayPlane::PLANE_CURSOR) {
210 config[i]->planeType != DisplayPlane::PLANE_CURSOR) {
282 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) {
337 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) {
AnnCursorPlane.cpp 28 : DisplayPlane(index, PLANE_CURSOR, disp)
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlaneManager.cpp 77 mPlaneCount[DisplayPlane::PLANE_CURSOR] = mCursorPlaneCount;
243 type == DisplayPlane::PLANE_CURSOR) {
342 mPlaneCount[DisplayPlane::PLANE_CURSOR],
343 mFreePlanes[DisplayPlane::PLANE_CURSOR],
344 mReclaimedPlanes[DisplayPlane::PLANE_CURSOR]);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlaneManager.cpp 77 mPlaneCount[DisplayPlane::PLANE_CURSOR] = mCursorPlaneCount;
243 type == DisplayPlane::PLANE_CURSOR) {
342 mPlaneCount[DisplayPlane::PLANE_CURSOR],
343 mFreePlanes[DisplayPlane::PLANE_CURSOR],
344 mReclaimedPlanes[DisplayPlane::PLANE_CURSOR]);
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngPlaneManager.cpp 65 case DisplayPlane::PLANE_CURSOR:
101 case DisplayPlane::PLANE_CURSOR:
177 type == DisplayPlane::PLANE_CURSOR) {
TngCursorPlane.cpp 29 : DisplayPlane(index, PLANE_CURSOR, disp)
  /hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlane.h 54 PLANE_CURSOR,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlane.h 54 PLANE_CURSOR,
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
PlaneCapabilities.cpp 200 } else if (planeType == DisplayPlane::PLANE_CURSOR) {
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 327 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR);
360 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_CURSOR, mCursorCandidates[i]);
561 if (zlayer->plane->getType() == DisplayPlane::PLANE_CURSOR) {
1032 case DisplayPlane::PLANE_CURSOR:
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 395 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR);
429 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_CURSOR, mCursorCandidates[i]);
632 if (zlayer->plane->getType() == DisplayPlane::PLANE_CURSOR) {
974 case DisplayPlane::PLANE_CURSOR:

Completed in 513 milliseconds