Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3897 …de::MovePtr<tcu::TestCaseGroup> androidTests (new tcu::TestCaseGroup(testCtx, "android", "Android … in createFeatureInfoTests() local
3899 …addFunctionCase(androidTests.get(), "mandatory_extensions", "Test that all mandatory extensions a… in createFeatureInfoTests()
3900 …addFunctionCase(androidTests.get(), "no_unknown_extensions", "Test for unknown device or instance … in createFeatureInfoTests()
3901 …addFunctionCase(androidTests.get(), "no_layers", "Test that no layers are enumerated", andro… in createFeatureInfoTests()
3903 infoTests->addChild(androidTests.release()); in createFeatureInfoTests()