Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DSurfaceOOMTestActivity.java99 public void verifyCreatingManySurfaces(int width, int height, long numSurfacesToCreate) { in verifyCreatingManySurfaces() argument
102 assertTrue("numSurfacesToCreate must be greater than 0", numSurfacesToCreate > 0); in verifyCreatingManySurfaces()
104 Log.d(TAG, "Creating and rendering to " + numSurfacesToCreate + " surfaces."); in verifyCreatingManySurfaces()
109 mNumSurfacesToCreate = numSurfacesToCreate; in verifyCreatingManySurfaces()
110 mRemainingSurfacesToCreate = numSurfacesToCreate; in verifyCreatingManySurfaces()
120 + "/" + numSurfacesToCreate + " remaining", in verifyCreatingManySurfaces()
DSurfaceOOMTest.java62 long numSurfacesToCreate = MEMORY_MULTIPLIER * (getMemoryInfo().totalMem / imageSizeBytes); in testSurfaceGarbageCollection() local
64 mActivity.verifyCreatingManySurfaces(BIG_WIDTH, BIG_HEIGHT, numSurfacesToCreate); in testSurfaceGarbageCollection()