Searched refs:setupLayer (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 163 private void setupLayer(String layer, String layerApp) throws Exception { in setupLayer() method in CtsRootlessGpuDebugHostTest 341 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testDebugLayerLoadVulkan() 342 setupLayer(VK_LAYER_B_LIB, LAYERS_APP); in testDebugLayerLoadVulkan() 376 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testLayerNotLoadedVulkan() 422 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testDebugNotEnabledVulkan() 450 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testDebugWrongAppVulkan() 478 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testDebugNoLayersEnabledVulkan() 528 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testSystemPropertyIgnoreVulkan() 529 setupLayer(VK_LAYER_B_LIB, LAYERS_APP); in testSystemPropertyIgnoreVulkan() 625 setupLayer(GLES_LAYER_A_LIB, GLES_LAYERS_APP); in testDebugLayerLoadGLES() [all …]
|