Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstatic_range_map_unittest.cc176 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()
Drange_map_unittest.cc105 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/
DvktImageLoadStoreTests.cpp420 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()