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

  /hardware/intel/img/hwcomposer/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/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 54 milliseconds