Searched refs:resultA (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 358 …LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan() local 359 Assert.assertTrue("LayerA was not loaded", resultA.found); in testDebugLayerLoadVulkan() 365 …Assert.assertTrue("LayerA should be loaded before LayerB", resultA.lineNumber < resultB.lineNumber… in testDebugLayerLoadVulkan() 642 …LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appS… in testDebugLayerLoadGLES() local 643 Assert.assertTrue(GLES_LAYER_A + " was not loaded", resultA.found); in testDebugLayerLoadGLES() 649 …Assert.assertTrue(GLES_LAYER_A + " should be loaded before " + GLES_LAYER_B, resultA.lineNumber < … in testDebugLayerLoadGLES() 678 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testReleaseLayerLoadGLES() local 679 Assert.assertFalse(GLES_LAYER_A + " was enumerated", resultA.found); in testReleaseLayerLoadGLES() 707 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testDebugNotEnabledGLES() local 708 Assert.assertFalse(GLES_LAYER_A + " was enumerated", resultA.found); in testDebugNotEnabledGLES() [all …]
|