Searched refs:GLES_LAYER_C (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 119 private static final String GLES_LAYER_C = "glesLayerC"; field in CtsRootlessGpuDebugHostTest 122 private static final String GLES_LAYER_C_LIB = "libGLES_" + GLES_LAYER_C + ".so"; 778 String searchStringC = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testSystemPropertyEnableGLES() 779 LogScanResult resultC = scanLog(TAG + "," + GLES_LAYER_C, searchStringC, appStartTime); in testSystemPropertyEnableGLES() 780 Assert.assertTrue(GLES_LAYER_C + " was not loaded", resultC.found); in testSystemPropertyEnableGLES() 837 String searchStringC = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testLayerLoadExternalGLES() 838 LogScanResult resultC = scanLog(TAG + "," + GLES_LAYER_C, searchStringC, appStartTime); in testLayerLoadExternalGLES() 839 Assert.assertTrue(GLES_LAYER_C + " was not loaded", resultC.found); in testLayerLoadExternalGLES() 880 String glesString = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testMultipleExternalApps() 881 LogScanResult glesResult = scanLog(TAG + "," + GLES_LAYER_C, glesString, appStartTime); in testMultipleExternalApps() [all …]
|