Searched refs:StoreTest (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/processor/ |
D | static_range_map_unittest.cc | 176 void StoreTest(RMap* range_map, const RangeTest* range_test); 199 void TestStaticRangeMap::StoreTest(RMap* range_map, in StoreTest() function in google_breakpad::TestStaticRangeMap 367 StoreTest(rmap.get(), range_test); in RunTestCase()
|
D | range_map_unittest.cc | 105 static bool StoreTest(TestMap *range_map, const RangeTest *range_test) { in StoreTest() function 477 if (!StoreTest(range_map.get(), range_test)) in RunTests()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 420 class StoreTest : public TestCase class 428 StoreTest (tcu::TestContext& testCtx, 445 StoreTest::StoreTest (tcu::TestContext& testCtx, in StoreTest() function in vkt::image::__anon0cfb08a90111::StoreTest 460 void StoreTest::initPrograms (SourceCollections& programCollection) const in initPrograms() 1273 TestInstance* StoreTest::createInstance (Context& context) const in createInstance() 1349 …groupByImageViewType->addChild(new StoreTest(testCtx, getFormatCaseName(s_formats[formatNdx]), "",… in createImageStoreTests() 1352 …groupByImageViewType->addChild(new StoreTest(testCtx, getFormatCaseName(s_formats[formatNdx]) + "_… in createImageStoreTests() 1353 texture, s_formats[formatNdx], StoreTest::FLAG_SINGLE_LAYER_BIND)); in createImageStoreTests()
|