Home
last modified time | relevance | path

Searched refs:enableDebugLayers (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/tests/gl_tests/
DVulkanExternalImageTest.cpp245 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/
Dvulkan_icd.h44 ScopedVkLoaderEnvironment(bool enableDebugLayers, vk::ICD icd);
Dvulkan_icd.cpp109 ScopedVkLoaderEnvironment::ScopedVkLoaderEnvironment(bool enableDebugLayers, vk::ICD icd) in ScopedVkLoaderEnvironment() argument
110 : mEnableDebugLayers(enableDebugLayers), in ScopedVkLoaderEnvironment()
/external/angle/src/tests/test_utils/
DANGLETest.h415 bool enableDebugLayers() const in enableDebugLayers() function