Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java185 LogScanResult result = scanLog(TAG + "," + layerName, searchString, startTime); in assertVkLayerLoading()
198 LogScanResult result = scanLog(TAG + "," + layerName, searchString, startTime); in assertVkLayerEnumeration()
211 LogScanResult result = scanLog(TAG + ",RootlessGpuDebug", searchString, startTime); in assertVkExtension()
223 …private LogScanResult scanLog(String tag, String searchString, String appStartTime) throws Excepti… in scanLog() method in CtsRootlessGpuDebugHostTest
224 return scanLog(tag, searchString, "", appStartTime); in scanLog()
230 …private LogScanResult scanLog(String tag, String searchString, String endString, String appStartTi… in scanLog() method in CtsRootlessGpuDebugHostTest
361 …LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan()
365 …LogScanResult resultB = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringB, appStart… in testDebugLayerLoadVulkan()
656 …LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appS… in testDebugLayerLoadGLES()
660 …LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringB, appS… in testDebugLayerLoadGLES()
[all …]