Searched refs:setupLayer (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 188 private void setupLayer(String layer, String layerApp) throws Exception { in setupLayer() method in CtsRootlessGpuDebugHostTest 316 setupLayer(LAYER_A_LIB, LAYERS_APP); in testDebugLayerLoadVulkan() 317 setupLayer(LAYER_B_LIB, LAYERS_APP); in testDebugLayerLoadVulkan() 358 setupLayer(LAYER_A_LIB, LAYERS_APP); in testReleaseLayerLoadVulkan() 388 setupLayer(LAYER_A_LIB, LAYERS_APP); in testDebugNotEnabledVulkan() 418 setupLayer(LAYER_A_LIB, LAYERS_APP); in testDebugWrongAppVulkan() 448 setupLayer(LAYER_A_LIB, LAYERS_APP); in testDebugNoLayersEnabledVulkan() 505 setupLayer(LAYER_A_LIB, LAYERS_APP); in testSystemPropertyIgnoreVulkan() 506 setupLayer(LAYER_B_LIB, LAYERS_APP); in testSystemPropertyIgnoreVulkan() 571 setupLayer(GLES_LAYER_A_LIB, GLES_LAYERS_APP); in testDebugLayerLoadGLES() [all …]
|