Searched refs:sProfilingIterations (Results 1 – 3 of 3) sorted by relevance
59 private static int sProfilingIterations; field in SurfaceFlingerPerfTest69 sProfilingIterations = Integer.parseInt( in suiteSetup()115 for (int i = 0; i < sProfilingIterations; i++) { in singleBuffer()123 for (int j = 0; j < sProfilingIterations; j++) { in multipleBuffers()134 for (int j = 0; j < sProfilingIterations; j++) { in multipleOpaqueBuffers()146 for (int i = 0; i < sProfilingIterations; i++) { in geometryChanges()158 for (int i = 0; i < sProfilingIterations; i++) { in geometryWithBufferChanges()170 for (int i = 0; i < sProfilingIterations; i++) { in addRemoveLayers()183 for (int i = 0; i < sProfilingIterations; i++) { in displayScreenshot()193 for (int i = 0; i < sProfilingIterations; i++) { in layerScreenshot()[all …]
61 static int sProfilingIterations; field in WindowPerfRunPreconditionBase105 sProfilingIterations = Integer.parseInt( in testRunStarted()
111 return WindowPerfRunPreconditionBase.sProfilingIterations; in getProfilingIterations()