Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java122 private static final String GLES_LAYER_C = "glesLayerC"; field in CtsRootlessGpuDebugHostTest
125 private static final String GLES_LAYER_C_LIB = "libGLES_" + GLES_LAYER_C + ".so";
806 String searchStringC = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testSystemPropertyEnableGLES()
807 LogScanResult resultC = scanLog(TAG + "," + GLES_LAYER_C, searchStringC, appStartTime); in testSystemPropertyEnableGLES()
808 Assert.assertTrue(GLES_LAYER_C + " was not loaded", resultC.found); in testSystemPropertyEnableGLES()
865 String searchStringC = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testLayerLoadExternalGLES()
866 LogScanResult resultC = scanLog(TAG + "," + GLES_LAYER_C, searchStringC, appStartTime); in testLayerLoadExternalGLES()
867 Assert.assertTrue(GLES_LAYER_C + " was not loaded", resultC.found); in testLayerLoadExternalGLES()
908 String glesString = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testMultipleExternalApps()
909 LogScanResult glesResult = scanLog(TAG + "," + GLES_LAYER_C, glesString, appStartTime); in testMultipleExternalApps()
[all …]