Searched refs:GLES_LAYER_A_LIB (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 111 private static final String GLES_LAYER_A_LIB = "libGLES_" + GLES_LAYER_A + ".so"; field in CtsRootlessGpuDebugHostTest 276 getDevice().executeAdbCommand("shell", "rm", "-f", "/data/local/tmp/" + GLES_LAYER_A_LIB); in cleanup() 568 applySetting("gpu_debug_layers_gles", GLES_LAYER_A_LIB + ":" + GLES_LAYER_B_LIB); in testDebugLayerLoadGLES() 571 setupLayer(GLES_LAYER_A_LIB, GLES_LAYERS_APP); in testDebugLayerLoadGLES() 575 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + GLES_LAYER_A_LIB, "|", in testDebugLayerLoadGLES() 577 … "sh", "-c", "\'cat", ">", GLES_LAYER_A_LIB, ";", "chmod", "700", GLES_LAYER_A_LIB + "\'"); in testDebugLayerLoadGLES() 608 applySetting("gpu_debug_layers_gles", GLES_LAYER_A_LIB + ":" + GLES_LAYER_B_LIB); in testReleaseLayerLoadGLES() 612 setupLayer(GLES_LAYER_A_LIB, GLES_LAYERS_APP); in testReleaseLayerLoadGLES() 615 …getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + GLES_LAYER_A_LIB, "|", "run-as"… in testReleaseLayerLoadGLES() 616 …"sh", "-c", "\'cat", ">", GLES_LAYER_A_LIB, ";", "chmod", "700", GLES_LAYER_A_LIB + "\'", "||", "e… in testReleaseLayerLoadGLES() [all …]
|