Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java119 private static final String GLES_LAYER_B = "glesLayerB"; field in CtsRootlessGpuDebugHostTest
122 private static final String GLES_LAYER_B_LIB = "libGLES_" + GLES_LAYER_B + ".so";
642 …LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appS… in testDebugLayerLoadGLES()
645 String searchStringB = "glesLayer_eglChooseConfig called in " + GLES_LAYER_B; in testDebugLayerLoadGLES()
646 …LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringB, appS… in testDebugLayerLoadGLES()
647 Assert.assertTrue(GLES_LAYER_B + " was not loaded", resultB.found); in testDebugLayerLoadGLES()
649 …Assert.assertTrue(GLES_LAYER_A + " should be loaded before " + GLES_LAYER_B, resultA.lineNumber < … in testDebugLayerLoadGLES()
832 String searchStringB = "glesLayer_eglChooseConfig called in " + GLES_LAYER_B; in testSystemPropertyIgnoreGLES()
833 LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_B, searchStringB, appStartTime); in testSystemPropertyIgnoreGLES()
834 Assert.assertFalse(GLES_LAYER_B + " was loaded", resultB.found); in testSystemPropertyIgnoreGLES()