Searched refs:enableDebugLayers (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | VulkanExternalImageTest.cpp | 245 void runShouldDrawTest(bool isSwiftshader, bool enableDebugLayers); 248 void runWaitSemaphoresRetainsContentTest(bool isSwiftshader, bool enableDebugLayers); 258 bool enableDebugLayers) in RunShouldImportMemoryTest() argument 263 helper.initialize(isSwiftshader, enableDebugLayers); in RunShouldImportMemoryTest() 309 isSwiftshader(), enableDebugLayers()); in TEST_P() 317 isSwiftshader(), enableDebugLayers()); in TEST_P() 321 void RunShouldImportSemaphoreTest(bool isSwiftshader, bool enableDebugLayers) in RunShouldImportSemaphoreTest() argument 326 helper.initialize(isSwiftshader, enableDebugLayers); in RunShouldImportSemaphoreTest() 353 RunShouldImportSemaphoreTest<OpaqueFdTraits>(isSwiftshader(), enableDebugLayers()); in TEST_P() 360 RunShouldImportSemaphoreTest<FuchsiaTraits>(isSwiftshader(), enableDebugLayers()); in TEST_P() [all …]
|
/external/angle/src/common/vulkan/ |
D | vulkan_icd.h | 44 ScopedVkLoaderEnvironment(bool enableDebugLayers, vk::ICD icd);
|
D | vulkan_icd.cpp | 109 ScopedVkLoaderEnvironment::ScopedVkLoaderEnvironment(bool enableDebugLayers, vk::ICD icd) in ScopedVkLoaderEnvironment() argument 110 : mEnableDebugLayers(enableDebugLayers), in ScopedVkLoaderEnvironment()
|
/external/angle/src/tests/test_utils/ |
D | ANGLETest.h | 415 bool enableDebugLayers() const in enableDebugLayers() function
|