Searched refs:numSurfacesToCreate (Results 1 – 2 of 2) sorted by relevance
99 public void verifyCreatingManySurfaces(int width, int height, long numSurfacesToCreate) { in verifyCreatingManySurfaces() argument102 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()
62 long numSurfacesToCreate = MEMORY_MULTIPLIER * (getMemoryInfo().totalMem / imageSizeBytes); in testSurfaceGarbageCollection() local64 mActivity.verifyCreatingManySurfaces(BIG_WIDTH, BIG_HEIGHT, numSurfacesToCreate); in testSurfaceGarbageCollection()