Home
last modified time | relevance | path

Searched refs:bestMaxPixels (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp863 uint64_t bestMaxPixels = 0; in dfMaxDim() local
882 if (bestSet && ((w * h) <= bestMaxPixels)) { continue; } in dfMaxDim()
891 if (!bestSet || (pixels > bestMaxPixels)) { in dfMaxDim()
892 bestMaxPixels = pixels; in dfMaxDim()
1035 uint64_t bestMaxPixels = 0; in scMaxDim() local
1056 if (bestSet && ((w * h) <= bestMaxPixels)) { continue; } in scMaxDim()
1065 if (!bestSet || (pixels > bestMaxPixels)) { in scMaxDim()
1066 bestMaxPixels = pixels; in scMaxDim()