Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java118 private static final String GLES_LAYER_A = "glesLayerA"; field in CtsRootlessGpuDebugHostTest
121 private static final String GLES_LAYER_A_LIB = "libGLES_" + GLES_LAYER_A + ".so";
641 String searchStringA = "glesLayer_eglChooseConfig called in " + GLES_LAYER_A; in testDebugLayerLoadGLES()
642 …LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appS… in testDebugLayerLoadGLES()
643 Assert.assertTrue(GLES_LAYER_A + " was not loaded", resultA.found); in testDebugLayerLoadGLES()
646 …LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringB, appS… in testDebugLayerLoadGLES()
649 …Assert.assertTrue(GLES_LAYER_A + " should be loaded before " + GLES_LAYER_B, resultA.lineNumber < … in testDebugLayerLoadGLES()
677 String searchStringA = GLES_LAYER_A + " loaded"; in testReleaseLayerLoadGLES()
678 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testReleaseLayerLoadGLES()
679 Assert.assertFalse(GLES_LAYER_A + " was enumerated", resultA.found); in testReleaseLayerLoadGLES()
[all …]