Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java123 private static final String GLES_LAYER_C_LIB = "libGLES_" + GLES_LAYER_C + ".so"; field in CtsRootlessGpuDebugHostTest
289 getDevice().executeAdbCommand("shell", "rm", "-f", "/data/local/tmp/" + GLES_LAYER_C_LIB); in cleanup()
781 getDevice().executeAdbCommand("shell", "setprop", "debug.gles.layers " + GLES_LAYER_C_LIB); in testSystemPropertyEnableGLES()
841 applySetting("gpu_debug_layers_gles", GLES_LAYER_C_LIB); in testLayerLoadExternalGLES()
882 applySetting("gpu_debug_layers_gles", GLES_LAYER_C_LIB); in testMultipleExternalApps()