Searched refs:searchStringC (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 488 String searchStringC = "nullCreateInstance called in " + LAYER_C; in testSystemPropertyEnableVulkan() local 489 LogScanResult resultC = scanLog(TAG + "," + LAYER_C, searchStringC, appStartTime); in testSystemPropertyEnableVulkan() 552 String searchStringC = "nullCreateInstance called in " + LAYER_C; in testDebugLayerLoadExternalVulkan() local 553 LogScanResult resultC = scanLog(TAG + "," + LAYER_C, searchStringC, appStartTime); in testDebugLayerLoadExternalVulkan() 738 String searchStringC = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testSystemPropertyEnableGLES() local 739 LogScanResult resultC = scanLog(TAG + "," + GLES_LAYER_C, searchStringC, appStartTime); in testSystemPropertyEnableGLES() 802 String searchStringC = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testDebugLayerLoadExternalGLES() local 803 LogScanResult resultC = scanLog(TAG + "," + GLES_LAYER_C, searchStringC, appStartTime); in testDebugLayerLoadExternalGLES()
|