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.java118 private static final String GLES_LAYER_B = "glesLayerB"; field in CtsRootlessGpuDebugHostTest
121 private static final String GLES_LAYER_B_LIB = "libGLES_" + GLES_LAYER_B + ".so";
628 …LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appS… in testDebugLayerLoadGLES()
631 String searchStringB = "glesLayer_eglChooseConfig called in " + GLES_LAYER_B; in testDebugLayerLoadGLES()
632 …LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringB, appS… in testDebugLayerLoadGLES()
633 Assert.assertTrue(GLES_LAYER_B + " was not loaded", resultB.found); in testDebugLayerLoadGLES()
635 …Assert.assertTrue(GLES_LAYER_A + " should be loaded before " + GLES_LAYER_B, resultA.lineNumber < … in testDebugLayerLoadGLES()
818 String searchStringB = "glesLayer_eglChooseConfig called in " + GLES_LAYER_B; in testSystemPropertyIgnoreGLES()
819 LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_B, searchStringB, appStartTime); in testSystemPropertyIgnoreGLES()
820 Assert.assertFalse(GLES_LAYER_B + " was loaded", resultB.found); in testSystemPropertyIgnoreGLES()