Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java182 LogScanResult result = scanLog(TAG + "," + layerName, searchString, startTime); in assertVkLayerLoading()
195 LogScanResult result = scanLog(TAG + "," + layerName, searchString, startTime); in assertVkLayerEnumeration()
208 LogScanResult result = scanLog(TAG + ",RootlessGpuDebug", searchString, startTime); in assertVkExtension()
215 public class LogScanResult { class in CtsRootlessGpuDebugHostTest
220 …private LogScanResult scanLog(String tag, String searchString, String appStartTime) throws Excepti… in scanLog()
227 …private LogScanResult scanLog(String tag, String searchString, String endString, String appStartTi… in scanLog()
229 LogScanResult result = new LogScanResult(); in scanLog()
345LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan()
349LogScanResult resultB = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringB, appStart… in testDebugLayerLoadVulkan()
628LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appS… in testDebugLayerLoadGLES()
[all …]