/external/skqp/tests/ |
D | GrContextFactoryTest.cpp | 22 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 …]
|
D | GrContextAbandonTest.cpp | 18 GrContextFactory testFactory(options); in DEF_GPUTEST() local 20 ContextInfo info = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
D | PinnedImageTest.cpp | 104 GrContextFactory testFactory; in cleanup_test() local 105 ContextInfo info = testFactory.getContextInfo(ctxType); in cleanup_test()
|
D | ImageTest.cpp | 868 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/skia/tests/ |
D | GrContextFactoryTest.cpp | 21 GrContextFactory testFactory(options); in DEF_GPUTEST() local 23 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 30 testFactory.abandonContexts(); in DEF_GPUTEST() 33 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 46 GrContextFactory testFactory(options); in DEF_GPUTEST() local 48 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 55 testFactory.abandonContexts(); in DEF_GPUTEST() 58 ContextInfo info2 = testFactory.getSharedContextInfo(info1.directContext()); in DEF_GPUTEST() 63 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 66 ContextInfo info4 = testFactory.getSharedContextInfo(info3.directContext()); in DEF_GPUTEST() [all …]
|
D | GrContextAbandonTest.cpp | 19 GrContextFactory testFactory(options); in DEF_GPUTEST() local 21 ContextInfo info = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
D | PinnedImageTest.cpp | 109 GrContextFactory testFactory; in cleanup_test() local 110 ContextInfo info = testFactory.getContextInfo(ctxType); in cleanup_test()
|
D | ImageTest.cpp | 888 GrContextFactory testFactory(options); in test_cross_context_image() local 890 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType); in test_cross_context_image() 949 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(dContext); in test_cross_context_image() 1060 GrContextFactory testFactory(options); in DEF_GPUTEST() local 1062 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
/external/testng/src/test/java/test/objectfactory/ |
D | ObjectFactory2Test.java | 17 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/ |
D | pfClientSimulator.py | 78 testFactory, argument 86 testFactory, 169 testFactory = TestVectorFactory( 187 testFactory.generateTestVector()).launchInteractiveMode() 198 testFactory,
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/scenario/ |
D | Scenario.py | 44 testFactory, argument 63 self.__testFactory = testFactory
|
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/ |
D | SubstituteLoggerFactoryTest.java | 37 public void testFactory() { in testFactory() method in SubstituteLoggerFactoryTest
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCheckCLDR.java | 558 TestFactory testFactory = new TestFactory(); in TestCheckDates() local 688 testFactory.addFile(testFile); in TestCheckDates() 703 CheckCLDR c = new CheckDates(testFactory); in TestCheckDates()
|
/external/skqp/dm/ |
D | DM.cpp | 866 GrContextFactory testFactory(grCtxOptions); in create_sink() local 867 if (!testFactory.get(contextType, contextOverrides)) { in create_sink()
|
/external/skia/dm/ |
D | DM.cpp | 951 GrContextFactory testFactory(grCtxOptions); in create_sink() local 952 if (!testFactory.get(gpuConfig->getContextType(), gpuConfig->getContextOverrides())) { in create_sink()
|