Searched refs:GLES_LAYER_B_LIB (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 112 private static final String GLES_LAYER_B_LIB = "libGLES_" + GLES_LAYER_B + ".so"; field in CtsRootlessGpuDebugHostTest 277 getDevice().executeAdbCommand("shell", "rm", "-f", "/data/local/tmp/" + GLES_LAYER_B_LIB); in cleanup() 568 applySetting("gpu_debug_layers_gles", GLES_LAYER_A_LIB + ":" + GLES_LAYER_B_LIB); in testDebugLayerLoadGLES() 572 setupLayer(GLES_LAYER_B_LIB, GLES_LAYERS_APP); in testDebugLayerLoadGLES() 578 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + GLES_LAYER_B_LIB, "|", in testDebugLayerLoadGLES() 580 … "sh", "-c", "\'cat", ">", GLES_LAYER_B_LIB, ";", "chmod", "700", GLES_LAYER_B_LIB + "\'"); in testDebugLayerLoadGLES() 608 applySetting("gpu_debug_layers_gles", GLES_LAYER_A_LIB + ":" + GLES_LAYER_B_LIB); in testReleaseLayerLoadGLES() 756 setupLayer(GLES_LAYER_B_LIB, GLES_LAYERS_APP); in testSystemPropertyIgnoreGLES() 762 getDevice().executeAdbCommand("shell", "cat", "/data/local/tmp/" + GLES_LAYER_B_LIB, "|", in testSystemPropertyIgnoreGLES() 764 … "sh", "-c", "\'cat", ">", GLES_LAYER_B_LIB, ";", "chmod", "700", GLES_LAYER_B_LIB + "\'"); in testSystemPropertyIgnoreGLES() [all …]
|