Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java365 …LogScanResult resultB = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringB, appStart… in testDebugLayerLoadVulkan() local
366 Assert.assertTrue("LayerB was not loaded", resultB.found); in testDebugLayerLoadVulkan()
368 …Assert.assertTrue("LayerA should be loaded before LayerB", resultA.lineNumber < resultB.lineNumber… in testDebugLayerLoadVulkan()
660 …LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringB, appS… in testDebugLayerLoadGLES() local
661 Assert.assertTrue(GLES_LAYER_B + " was not loaded", resultB.found); in testDebugLayerLoadGLES()
663 …LES_LAYER_A + " should be loaded before " + GLES_LAYER_B, resultA.lineNumber < resultB.lineNumber); in testDebugLayerLoadGLES()
847 LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_B, searchStringB, appStartTime); in testSystemPropertyIgnoreGLES() local
848 Assert.assertFalse(GLES_LAYER_B + " was loaded", resultB.found); in testSystemPropertyIgnoreGLES()