Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp862 uint64_t bestMaxPixels = 0; in dfMaxDim() local
881 if (bestSet && ((w * h) <= bestMaxPixels)) { continue; } in dfMaxDim()
890 if (!bestSet || (pixels > bestMaxPixels)) { in dfMaxDim()
891 bestMaxPixels = pixels; in dfMaxDim()
1034 uint64_t bestMaxPixels = 0; in scMaxDim() local
1055 if (bestSet && ((w * h) <= bestMaxPixels)) { continue; } in scMaxDim()
1064 if (!bestSet || (pixels > bestMaxPixels)) { in scMaxDim()
1065 bestMaxPixels = pixels; in scMaxDim()