Searched refs:GLES_LAYER_C_LIB (Results 1 – 1 of 1) sorted by relevance
123 private static final String GLES_LAYER_C_LIB = "libGLES_" + GLES_LAYER_C + ".so"; field in CtsRootlessGpuDebugHostTest289 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()