Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java360 String searchStringA = "nullCreateInstance called in " + VK_LAYER_A; in testDebugLayerLoadVulkan() local
361 …LogScanResult resultA = scanLog(TAG + "," + VK_LAYER_A + "," + VK_LAYER_B, searchStringA, appStart… in testDebugLayerLoadVulkan()
655 String searchStringA = "glesLayer_eglChooseConfig called in " + GLES_LAYER_A; in testDebugLayerLoadGLES() local
656 …sult resultA = scanLog(TAG + "," + GLES_LAYER_A + "," + GLES_LAYER_B, searchStringA, appStartTime); in testDebugLayerLoadGLES()
691 String searchStringA = GLES_LAYER_A + " loaded"; in testReleaseLayerLoadGLES() local
692 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testReleaseLayerLoadGLES()
720 String searchStringA = GLES_LAYER_A + " loaded"; in testDebugNotEnabledGLES() local
721 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testDebugNotEnabledGLES()
749 String searchStringA = GLES_LAYER_A + " loaded"; in testDebugWrongAppGLES() local
750 LogScanResult resultA = scanLog(TAG + "," + GLES_LAYER_A, searchStringA, appStartTime); in testDebugWrongAppGLES()
[all …]