Searched refs:searchStringA (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 357 String searchStringA = "nullCreateInstance called in " + VK_LAYER_A; in testDebugLayerLoadVulkan() local 358 …LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan() 641 String searchStringA = "glesLayer_eglChooseConfig called in " + GLES_LAYER_A; in testDebugLayerLoadGLES() local 642 …sult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appStartTime); in testDebugLayerLoadGLES() 677 String searchStringA = GLES_LAYER_A + " loaded"; in testReleaseLayerLoadGLES() local 678 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testReleaseLayerLoadGLES() 706 String searchStringA = GLES_LAYER_A + " loaded"; in testDebugNotEnabledGLES() local 707 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testDebugNotEnabledGLES() 735 String searchStringA = GLES_LAYER_A + " loaded"; in testDebugWrongAppGLES() local 736 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testDebugWrongAppGLES() [all …]
|