Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrContextFactoryTest.cpp74 ContextInfo info5 = testFactory.getSharedContextInfo(info3.directContext(), 1); in DEF_GPUTEST() local
75 REPORTER_ASSERT(reporter, info5.directContext()); in DEF_GPUTEST()
76 REPORTER_ASSERT(reporter, info5.testContext()); in DEF_GPUTEST()
77 REPORTER_ASSERT(reporter, info5.directContext() != info4.directContext()); in DEF_GPUTEST()
78 REPORTER_ASSERT(reporter, info5.testContext() != info4.testContext()); in DEF_GPUTEST()
/third_party/flutter/skia/tests/
DGrContextFactoryTest.cpp73 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); in DEF_GPUTEST() local
74 REPORTER_ASSERT(reporter, info5.grContext()); in DEF_GPUTEST()
75 REPORTER_ASSERT(reporter, info5.testContext()); in DEF_GPUTEST()
76 REPORTER_ASSERT(reporter, info5.grContext() != info4.grContext()); in DEF_GPUTEST()
77 REPORTER_ASSERT(reporter, info5.testContext() != info4.testContext()); in DEF_GPUTEST()
/third_party/glib/gio/tests/
Dmimeapps.c592 GAppInfo *info, *info5; in test_scheme_handler() local
594 info5 = (GAppInfo*)g_desktop_app_info_new ("myapp5.desktop"); in test_scheme_handler()
596 g_assert_true (g_app_info_equal (info, info5)); in test_scheme_handler()
599 g_object_unref (info5); in test_scheme_handler()