Searched refs:setupLayer (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/gputools/src/android/gputools/cts/ |
D | CtsRootlessGpuDebugHostTest.java | 162 private void setupLayer(String layer, String layerApp) throws Exception { in setupLayer() method in CtsRootlessGpuDebugHostTest 326 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testDebugLayerLoadVulkan() 327 setupLayer(VK_LAYER_B_LIB, LAYERS_APP); in testDebugLayerLoadVulkan() 362 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testLayerNotLoadedVulkan() 408 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testDebugNotEnabledVulkan() 436 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testDebugWrongAppVulkan() 464 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testDebugNoLayersEnabledVulkan() 514 setupLayer(VK_LAYER_A_LIB, LAYERS_APP); in testSystemPropertyIgnoreVulkan() 515 setupLayer(VK_LAYER_B_LIB, LAYERS_APP); in testSystemPropertyIgnoreVulkan() 611 setupLayer(GLES_LAYER_A_LIB, GLES_LAYERS_APP); in testDebugLayerLoadGLES() [all …]
|