Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java120 private static final String GLES_LAYER_A_LIB = "libGLES_" + GLES_LAYER_A + ".so"; field in CtsRootlessGpuDebugHostTest
286 getDevice().executeAdbCommand("shell", "rm", "-f", "/data/local/tmp/" + GLES_LAYER_A_LIB); in cleanup()
608 applySetting("gpu_debug_layers_gles", GLES_LAYER_A_LIB + ":" + GLES_LAYER_B_LIB); in testDebugLayerLoadGLES()
611 setupLayer(GLES_LAYER_A_LIB, GLES_LAYERS_APP); in testDebugLayerLoadGLES()
615 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + GLES_LAYER_A_LIB, "|", in testDebugLayerLoadGLES()
617 … "sh", "-c", "\'cat", ">", GLES_LAYER_A_LIB, ";", "chmod", "700", GLES_LAYER_A_LIB + "\'"); in testDebugLayerLoadGLES()
648 applySetting("gpu_debug_layers_gles", GLES_LAYER_A_LIB + ":" + GLES_LAYER_B_LIB); in testReleaseLayerLoadGLES()
652 setupLayer(GLES_LAYER_A_LIB, GLES_LAYERS_APP); in testReleaseLayerLoadGLES()
655 …getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + GLES_LAYER_A_LIB, "|", "run-as"… in testReleaseLayerLoadGLES()
656 …"sh", "-c", "\'cat", ">", GLES_LAYER_A_LIB, ";", "chmod", "700", GLES_LAYER_A_LIB + "\'", "||", "e… in testReleaseLayerLoadGLES()
[all …]