Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DDXTSRGBCompressedTextureTestData.inl13 struct TestCase struct
22 static const std::map<GLenum, TestCase> kTests = { argument
DAttributeLayoutTest.cpp214 typedef std::vector<Attrib> TestCase; typedef
285 virtual bool Skip(const TestCase &) { return false; } in Skip()