OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPlaneCount
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlaneManager.cpp
33
mPlaneCount
[i] = 0;
74
mPlaneCount
[DisplayPlane::PLANE_SPRITE] = mSpritePlaneCount;
75
mPlaneCount
[DisplayPlane::PLANE_OVERLAY] = mOverlayPlaneCount;
76
mPlaneCount
[DisplayPlane::PLANE_PRIMARY] = mPrimaryPlaneCount;
77
mPlaneCount
[DisplayPlane::PLANE_CURSOR] = mCursorPlaneCount;
86
mFreePlanes[i] = ((1 <<
mPlaneCount
[i]) - 1);
91
if (
mPlaneCount
[i]) {
92
mPlanes[i].setCapacity(
mPlaneCount
[i]);
94
for (j = 0; j <
mPlaneCount
[i]; j++) {
287
for (j = 0; j <
mPlaneCount
[i]; j++)
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlaneManager.cpp
33
mPlaneCount
[i] = 0;
74
mPlaneCount
[DisplayPlane::PLANE_SPRITE] = mSpritePlaneCount;
75
mPlaneCount
[DisplayPlane::PLANE_OVERLAY] = mOverlayPlaneCount;
76
mPlaneCount
[DisplayPlane::PLANE_PRIMARY] = mPrimaryPlaneCount;
77
mPlaneCount
[DisplayPlane::PLANE_CURSOR] = mCursorPlaneCount;
86
mFreePlanes[i] = ((1 <<
mPlaneCount
[i]) - 1);
91
if (
mPlaneCount
[i]) {
92
mPlanes[i].setCapacity(
mPlaneCount
[i]);
94
for (j = 0; j <
mPlaneCount
[i]; j++) {
287
for (j = 0; j <
mPlaneCount
[i]; j++)
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlaneManager.h
89
int
mPlaneCount
[DisplayPlane::PLANE_MAX];
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlaneManager.h
89
int
mPlaneCount
[DisplayPlane::PLANE_MAX];
Completed in 51 milliseconds