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