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.java125 private static final String GLES_LAYER_C_LIB = "libGLES_" + GLES_LAYER_C + ".so"; field in CtsRootlessGpuDebugHostTest
291 getDevice().executeAdbCommand("shell", "rm", "-f", "/data/local/tmp/" + GLES_LAYER_C_LIB); in cleanup()
795 getDevice().executeAdbCommand("shell", "setprop", "debug.gles.layers " + GLES_LAYER_C_LIB); in testSystemPropertyEnableGLES()
855 applySetting("gpu_debug_layers_gles", GLES_LAYER_C_LIB); in testLayerLoadExternalGLES()
896 applySetting("gpu_debug_layers_gles", GLES_LAYER_C_LIB); in testMultipleExternalApps()