Searched refs:GLES_LAYER_A (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 120 private static final String GLES_LAYER_A = "glesLayerA"; field in CtsRootlessGpuDebugHostTest 123 private static final String GLES_LAYER_A_LIB = "libGLES_" + GLES_LAYER_A + ".so"; 655 String searchStringA = "glesLayer_eglChooseConfig called in " + GLES_LAYER_A; in testDebugLayerLoadGLES() 656 …LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appS… in testDebugLayerLoadGLES() 657 Assert.assertTrue(GLES_LAYER_A + " was not loaded", resultA.found); in testDebugLayerLoadGLES() 660 …LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringB, appS… in testDebugLayerLoadGLES() 663 …Assert.assertTrue(GLES_LAYER_A + " should be loaded before " + GLES_LAYER_B, resultA.lineNumber < … in testDebugLayerLoadGLES() 691 String searchStringA = GLES_LAYER_A + " loaded"; in testReleaseLayerLoadGLES() 692 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testReleaseLayerLoadGLES() 693 Assert.assertFalse(GLES_LAYER_A + " was enumerated", resultA.found); in testReleaseLayerLoadGLES() [all …]
|