Searched refs:searchStringB (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 364 String searchStringB = "nullCreateInstance called in " + VK_LAYER_B; in testDebugLayerLoadVulkan() local 365 …LogScanResult resultB = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringB, appStart… in testDebugLayerLoadVulkan() 659 String searchStringB = "glesLayer_eglChooseConfig called in " + GLES_LAYER_B; in testDebugLayerLoadGLES() local 660 …sult resultB = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringB, appStartTime); in testDebugLayerLoadGLES() 846 String searchStringB = "glesLayer_eglChooseConfig called in " + GLES_LAYER_B; in testSystemPropertyIgnoreGLES() local 847 LogScanResult resultB = scanLog(TAG + "," + GLES_LAYER_B, searchStringB, appStartTime); in testSystemPropertyIgnoreGLES()
|