Searched refs:resultA (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 345 …LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan() local 346 Assert.assertTrue("LayerA was not loaded", resultA.found); in testDebugLayerLoadVulkan() 352 …Assert.assertTrue("LayerA should be loaded before LayerB", resultA.lineNumber < resultB.lineNumber… in testDebugLayerLoadVulkan() 628 …LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appS… in testDebugLayerLoadGLES() local 629 Assert.assertTrue(GLES_LAYER_A + " was not loaded", resultA.found); in testDebugLayerLoadGLES() 635 …Assert.assertTrue(GLES_LAYER_A + " should be loaded before " + GLES_LAYER_B, resultA.lineNumber < … in testDebugLayerLoadGLES() 664 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testReleaseLayerLoadGLES() local 665 Assert.assertFalse(GLES_LAYER_A + " was enumerated", resultA.found); in testReleaseLayerLoadGLES() 693 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testDebugNotEnabledGLES() local 694 Assert.assertFalse(GLES_LAYER_A + " was enumerated", resultA.found); in testDebugNotEnabledGLES() [all …]
|