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.java183 LogScanResult result = scanLog(TAG + "," + layerName, searchString, startTime); in assertVkLayerLoading()
196 LogScanResult result = scanLog(TAG + "," + layerName, searchString, startTime); in assertVkLayerEnumeration()
209 LogScanResult result = scanLog(TAG + ",RootlessGpuDebug", searchString, startTime); in assertVkExtension()
221 …private LogScanResult scanLog(String tag, String searchString, String appStartTime) throws Excepti… in scanLog() method in CtsRootlessGpuDebugHostTest
222 return scanLog(tag, searchString, "", appStartTime); in scanLog()
228 …private LogScanResult scanLog(String tag, String searchString, String endString, String appStartTi… in scanLog() method in CtsRootlessGpuDebugHostTest
358 …LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan()
362 …LogScanResult resultB = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringB, appStart… in testDebugLayerLoadVulkan()
642 …LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appS… in testDebugLayerLoadGLES()
646 …LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringB, appS… in testDebugLayerLoadGLES()
[all …]