Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DVulkanExternalImageTest.cpp193 void RunShouldImportMemoryTest(bool isSwiftshader, bool enableDebugLayers) in RunShouldImportMemoryTest() argument
198 helper.initialize(isSwiftshader, enableDebugLayers); in RunShouldImportMemoryTest()
243 RunShouldImportMemoryTest<OpaqueFdTraits>(isSwiftshader(), enableDebugLayers()); in TEST_P()
250 RunShouldImportMemoryTest<FuchsiaTraits>(isSwiftshader(), enableDebugLayers()); in TEST_P()
254 void RunShouldImportSemaphoreTest(bool isSwiftshader, bool enableDebugLayers) in RunShouldImportSemaphoreTest() argument
259 helper.initialize(isSwiftshader, enableDebugLayers); in RunShouldImportSemaphoreTest()
286 RunShouldImportSemaphoreTest<OpaqueFdTraits>(isSwiftshader(), enableDebugLayers()); in TEST_P()
293 RunShouldImportSemaphoreTest<FuchsiaTraits>(isSwiftshader(), enableDebugLayers()); in TEST_P()
297 void RunShouldClearTest(bool isSwiftshader, bool enableDebugLayers) in RunShouldClearTest() argument
302 helper.initialize(isSwiftshader, enableDebugLayers); in RunShouldClearTest()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DANGLETest.h342 bool enableDebugLayers() const in enableDebugLayers() function