OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mReclaimedPlanes
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlaneManager.cpp
35
mReclaimedPlanes
[i] = 0;
163
int freePlaneIndex = getPlane(
mReclaimedPlanes
[type], index);
183
int freePlaneIndex = getPlane(
mReclaimedPlanes
[type]);
219
int freePlanes = mFreePlanes[type] |
mReclaimedPlanes
[type];
241
uint32_t freePlanes = mFreePlanes[type] |
mReclaimedPlanes
[type];
271
putPlane(index,
mReclaimedPlanes
[type]);
286
if (
mReclaimedPlanes
[i]) {
289
if (
mReclaimedPlanes
[i] & bit) {
300
mReclaimedPlanes
[i] &= ~bit;
332
mReclaimedPlanes
[DisplayPlane::PLANE_SPRITE])
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlaneManager.cpp
35
mReclaimedPlanes
[i] = 0;
163
int freePlaneIndex = getPlane(
mReclaimedPlanes
[type], index);
183
int freePlaneIndex = getPlane(
mReclaimedPlanes
[type]);
219
int freePlanes = mFreePlanes[type] |
mReclaimedPlanes
[type];
241
uint32_t freePlanes = mFreePlanes[type] |
mReclaimedPlanes
[type];
271
putPlane(index,
mReclaimedPlanes
[type]);
286
if (
mReclaimedPlanes
[i]) {
289
if (
mReclaimedPlanes
[i] & bit) {
300
mReclaimedPlanes
[i] &= ~bit;
332
mReclaimedPlanes
[DisplayPlane::PLANE_SPRITE])
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlaneManager.h
100
uint32_t
mReclaimedPlanes
[DisplayPlane::PLANE_MAX];
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlaneManager.h
100
uint32_t
mReclaimedPlanes
[DisplayPlane::PLANE_MAX];
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnPlaneManager.cpp
442
uint32_t freePlanes = mFreePlanes[type] |
mReclaimedPlanes
[type];
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnPlaneManager.cpp
405
uint32_t freePlanes = mFreePlanes[type] |
mReclaimedPlanes
[type];
Completed in 67 milliseconds