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