Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DFillRateOpenGLTest.java60 final int maxPerPath = view.getHeight() * view.getHeight(); in initUnits() local
62 final int patchCount = (int)(pixelRate + maxPerPath -1) / maxPerPath; in initUnits()
64 (float)((Math.sqrt(2.0f) * pixelRate / patchCount) / maxPerPath); in initUnits()