Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/src/android/gputools/cts/
DCtsRootlessGpuDebugHostTest.java121 private static final String GLES_LAYER_B_LIB = "libGLES_" + GLES_LAYER_B + ".so"; field in CtsRootlessGpuDebugHostTest
287 getDevice().executeAdbCommand("shell", "rm", "-f", "/data/local/tmp/" + GLES_LAYER_B_LIB); in cleanup()
608 applySetting("gpu_debug_layers_gles", GLES_LAYER_A_LIB + ":" + GLES_LAYER_B_LIB); in testDebugLayerLoadGLES()
612 setupLayer(GLES_LAYER_B_LIB, GLES_LAYERS_APP); in testDebugLayerLoadGLES()
618 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + GLES_LAYER_B_LIB, "|", in testDebugLayerLoadGLES()
620 … "sh", "-c", "\'cat", ">", GLES_LAYER_B_LIB, ";", "chmod", "700", GLES_LAYER_B_LIB + "\'"); in testDebugLayerLoadGLES()
648 applySetting("gpu_debug_layers_gles", GLES_LAYER_A_LIB + ":" + GLES_LAYER_B_LIB); in testReleaseLayerLoadGLES()
796 setupLayer(GLES_LAYER_B_LIB, GLES_LAYERS_APP); in testSystemPropertyIgnoreGLES()
802 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + GLES_LAYER_B_LIB, "|", in testSystemPropertyIgnoreGLES()
804 … "sh", "-c", "\'cat", ">", GLES_LAYER_B_LIB, ";", "chmod", "700", GLES_LAYER_B_LIB + "\'"); in testSystemPropertyIgnoreGLES()
[all …]