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.java120 private static final String GLES_LAYER_C = "glesLayerC"; field in CtsRootlessGpuDebugHostTest
123 private static final String GLES_LAYER_C_LIB = "libGLES_" + GLES_LAYER_C + ".so";
792 String searchStringC = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testSystemPropertyEnableGLES()
793 LogScanResult resultC = scanLog(TAG + "," + GLES_LAYER_C, searchStringC, appStartTime); in testSystemPropertyEnableGLES()
794 Assert.assertTrue(GLES_LAYER_C + " was not loaded", resultC.found); in testSystemPropertyEnableGLES()
851 String searchStringC = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testLayerLoadExternalGLES()
852 LogScanResult resultC = scanLog(TAG + "," + GLES_LAYER_C, searchStringC, appStartTime); in testLayerLoadExternalGLES()
853 Assert.assertTrue(GLES_LAYER_C + " was not loaded", resultC.found); in testLayerLoadExternalGLES()
894 String glesString = "glesLayer_eglChooseConfig called in " + GLES_LAYER_C; in testMultipleExternalApps()
895 LogScanResult glesResult = scanLog(TAG + "," + GLES_LAYER_C, glesString, appStartTime); in testMultipleExternalApps()
[all …]