Home
last modified time | relevance | path

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

/external/skia/tests/
DGrContextFactoryTest.cpp22 GrContextFactory testFactory(options); in DEF_GPUTEST() local
25 GrContext* context = testFactory.get(ctxType, in DEF_GPUTEST()
39 GrContextFactory testFactory(options); in DEF_GPUTEST() local
42 testFactory.get(ctxType, GrContextFactory::ContextOverrides::kDisableNVPR); in DEF_GPUTEST()
52 GrContextFactory testFactory(options); in DEF_GPUTEST() local
54 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
61 testFactory.abandonContexts(); in DEF_GPUTEST()
64 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
77 GrContextFactory testFactory(options); in DEF_GPUTEST() local
79 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
[all …]
DGrContextAbandonTest.cpp18 GrContextFactory testFactory(options); in DEF_GPUTEST() local
20 ContextInfo info = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
DPinnedImageTest.cpp104 GrContextFactory testFactory; in cleanup_test() local
105 ContextInfo info = testFactory.getContextInfo(ctxType); in cleanup_test()
DImageTest.cpp868 GrContextFactory testFactory(options); in test_cross_context_image() local
870 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType); in test_cross_context_image()
929 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx); in test_cross_context_image()
1055 GrContextFactory testFactory(options); in DEF_GPUTEST() local
1057 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
/external/skqp/tests/
DGrContextFactoryTest.cpp22 GrContextFactory testFactory(options); in DEF_GPUTEST() local
25 GrContext* context = testFactory.get(ctxType, in DEF_GPUTEST()
39 GrContextFactory testFactory(options); in DEF_GPUTEST() local
42 testFactory.get(ctxType, GrContextFactory::ContextOverrides::kDisableNVPR); in DEF_GPUTEST()
52 GrContextFactory testFactory(options); in DEF_GPUTEST() local
54 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
61 testFactory.abandonContexts(); in DEF_GPUTEST()
64 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
77 GrContextFactory testFactory(options); in DEF_GPUTEST() local
79 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
[all …]
DGrContextAbandonTest.cpp18 GrContextFactory testFactory(options); in DEF_GPUTEST() local
20 ContextInfo info = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
DPinnedImageTest.cpp104 GrContextFactory testFactory; in cleanup_test() local
105 ContextInfo info = testFactory.getContextInfo(ctxType); in cleanup_test()
DImageTest.cpp868 GrContextFactory testFactory(options); in test_cross_context_image() local
870 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType); in test_cross_context_image()
929 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx); in test_cross_context_image()
1055 GrContextFactory testFactory(options); in DEF_GPUTEST() local
1057 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
/external/parameter-framework/upstream/tools/clientSimulator/
DpfClientSimulator.py78 testFactory, argument
86 testFactory,
169 testFactory = TestVectorFactory(
187 testFactory.generateTestVector()).launchInteractiveMode()
198 testFactory,
/external/testng/src/test/java/test/objectfactory/
DObjectFactory2Test.java17 private void testFactory(boolean onSuite) { in testFactory() method in ObjectFactory2Test
32 testFactory(true /* on suite object */); in factoryOnSuiteShouldWork()
37 testFactory(false /* on TestNG object */); in factoryOnTestNGShouldWork()
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/scenario/
DScenario.py44 testFactory, argument
63 self.__testFactory = testFactory
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DSubstituteLoggerFactoryTest.java37 public void testFactory() { in testFactory() method in SubstituteLoggerFactoryTest
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckCLDR.java369 TestFactory testFactory = new TestFactory(); in TestCheckDates() local
499 testFactory.addFile(testFile); in TestCheckDates()
514 CheckCLDR c = new CheckDates(testFactory); in TestCheckDates()
/external/skqp/dm/
DDM.cpp866 GrContextFactory testFactory(grCtxOptions); in create_sink() local
867 if (!testFactory.get(contextType, contextOverrides)) { in create_sink()
/external/skia/dm/
DDM.cpp863 GrContextFactory testFactory(grCtxOptions); in create_sink() local
864 if (!testFactory.get(contextType, contextOverrides)) { in create_sink()