Searched refs:notSupported (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiBufferMemoryRequirementsTests.cpp | 401 bool notSupported = false; in checkSupport() local 407 notSupported = true; in checkSupport() 411 if (notSupported) str << std::endl; in checkSupport() 413 notSupported = true; in checkSupport() 417 if (notSupported) str << std::endl; in checkSupport() 419 notSupported = true; in checkSupport() 423 if (notSupported) str << std::endl; in checkSupport() 425 notSupported = true; in checkSupport() 427 if (notSupported) in checkSupport() 448 bool notSupported = false; in checkSupport() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMemoryRequirementsTests.cpp | 401 bool notSupported = false; in checkSupport() local 407 notSupported = true; in checkSupport() 411 if (notSupported) str << std::endl; in checkSupport() 413 notSupported = true; in checkSupport() 417 if (notSupported) str << std::endl; in checkSupport() 419 notSupported = true; in checkSupport() 423 if (notSupported) str << std::endl; in checkSupport() 425 notSupported = true; in checkSupport() 427 if (notSupported) in checkSupport() 448 bool notSupported = false; in checkSupport() local [all …]
|
/third_party/typescript/src/harness/ |
D | loggedIO.ts | 431 wrapper.directoryName = notSupported; 432 wrapper.createDirectory = notSupported; 433 wrapper.directoryExists = notSupported; 434 wrapper.deleteFile = notSupported; 435 wrapper.listFiles = notSupported; 439 function notSupported(): never {
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 382 int notSupported; member 387 , notSupported (0) in BuildStats() 407 int notSupported = 0; in buildPrograms() local 441 notSupported++; in buildPrograms() 532 stats.notSupported = notSupported; in buildPrograms() 698 …d passed, %d failed, %d not supported\n", stats.numSucceeded, stats.numFailed, stats.notSupported); in main()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktBuildPrograms.cpp | 382 int notSupported; member 387 , notSupported (0) in BuildStats() 407 int notSupported = 0; in buildPrograms() local 441 notSupported++; in buildPrograms() 532 stats.notSupported = notSupported; in buildPrograms() 698 …d passed, %d failed, %d not supported\n", stats.numSucceeded, stats.numFailed, stats.notSupported); in main()
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/web/ |
D | workflow_test.dart | 20 MockPlatform notSupported; 28 notSupported = MockPlatform(linux: false, windows: false, macos: false); 77 Platform: () => notSupported,
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPackedDepthStencilTests.cpp | 2633 bool notSupported = false; in iterate() local 2635 notSupported = !glu::contextSupports(contextType, glu::ApiType::es(3, 1)); in iterate() 2637 notSupported = !glu::contextSupports(contextType, glu::ApiType::core(4, 3)); in iterate() 2639 if (notSupported) in iterate()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 2907 bool notSupported = false; in iterate() local 2922 notSupported = true; in iterate() 2935 if (notSupported) in iterate() 3722 bool notSupported = false; in iterate() local 3737 notSupported = true; in iterate() 3750 if (notSupported) in iterate()
|