Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java361 …LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan() local
362 Assert.assertTrue("LayerA was not loaded", resultA.found); in testDebugLayerLoadVulkan()
368 …Assert.assertTrue("LayerA should be loaded before LayerB", resultA.lineNumber < resultB.lineNumber… in testDebugLayerLoadVulkan()
656 …LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appS… in testDebugLayerLoadGLES() local
657 Assert.assertTrue(GLES_LAYER_A + " was not loaded", resultA.found); in testDebugLayerLoadGLES()
663 …Assert.assertTrue(GLES_LAYER_A + " should be loaded before " + GLES_LAYER_B, resultA.lineNumber < … in testDebugLayerLoadGLES()
692 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testReleaseLayerLoadGLES() local
693 Assert.assertFalse(GLES_LAYER_A + " was enumerated", resultA.found); in testReleaseLayerLoadGLES()
721 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testDebugNotEnabledGLES() local
722 Assert.assertFalse(GLES_LAYER_A + " was enumerated", resultA.found); in testDebugNotEnabledGLES()
[all …]