Home
last modified time | relevance | path

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

/external/skia/tests/
DQuickRejectTest.cpp20 return SkNEW_PLACEMENT(storage, TestDrawLooperContext); in createContext()
23 size_t contextSize() const override { return sizeof(TestDrawLooperContext); } in contextSize()
34 class TestDrawLooperContext : public SkDrawLooper::Context { class in TestLooper
36 TestDrawLooperContext() : fOnce(true) {} in TestDrawLooperContext() function in TestLooper::TestDrawLooperContext
37 virtual ~TestDrawLooperContext() {} in ~TestDrawLooperContext()