OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLANE_MAX
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlaneManager.h
89
int mPlaneCount[DisplayPlane::
PLANE_MAX
];
96
Vector<DisplayPlane*> mPlanes[DisplayPlane::
PLANE_MAX
];
99
uint32_t mFreePlanes[DisplayPlane::
PLANE_MAX
];
100
uint32_t mReclaimedPlanes[DisplayPlane::
PLANE_MAX
];
DisplayPlane.h
55
PLANE_MAX
,
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlaneManager.h
89
int mPlaneCount[DisplayPlane::
PLANE_MAX
];
96
Vector<DisplayPlane*> mPlanes[DisplayPlane::
PLANE_MAX
];
99
uint32_t mFreePlanes[DisplayPlane::
PLANE_MAX
];
100
uint32_t mReclaimedPlanes[DisplayPlane::
PLANE_MAX
];
DisplayPlane.h
55
PLANE_MAX
,
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlaneManager.cpp
32
for (i = 0; i < DisplayPlane::
PLANE_MAX
; i++) {
49
for (i = 0; i < DisplayPlane::
PLANE_MAX
; i++) {
85
for (i = 0; i < DisplayPlane::
PLANE_MAX
; i++) {
90
for (i = 0; i < DisplayPlane::
PLANE_MAX
; i++) {
158
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
178
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
204
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
214
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
235
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
266
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlaneManager.cpp
32
for (i = 0; i < DisplayPlane::
PLANE_MAX
; i++) {
49
for (i = 0; i < DisplayPlane::
PLANE_MAX
; i++) {
85
for (i = 0; i < DisplayPlane::
PLANE_MAX
; i++) {
90
for (i = 0; i < DisplayPlane::
PLANE_MAX
; i++) {
158
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
178
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
204
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
214
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
235
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
266
if (type < 0 || type >= DisplayPlane::
PLANE_MAX
) {
[
all
...]
Completed in 81 milliseconds