Home
last modified time | relevance | path

Searched refs:make_mock_context (Results 1 – 2 of 2) sorted by relevance

/external/skia/bench/
DTessellateBench.cpp28 static sk_sp<GrDirectContext> make_mock_context() { in make_mock_context() function
82 fTarget = std::make_unique<GrMockOpTarget>(make_mock_context()); in onDelayedSetup()
308 fTarget = std::make_unique<GrMockOpTarget>(make_mock_context()); in onDelayedSetup()
387 fTarget = std::make_unique<GrMockOpTarget>(make_mock_context()); in onDelayedSetup()
/external/skia/tests/
DStrokeIndirectTest.cpp19 static sk_sp<GrDirectContext> make_mock_context() { in make_mock_context() function
56 auto ctx = make_mock_context(); in DEF_TEST()