Home
last modified time | relevance | path

Searched refs:TestDrawable (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DVkDrawableTest.cpp34 class TestDrawable : public SkDrawable { class
36 TestDrawable(const GrVkInterface* interface, GrDirectContext* dContext, in TestDrawable() function in TestDrawable
44 ~TestDrawable() override {}
94 typedef void (*DrawProc)(TestDrawable*, const SkMatrix&, const SkIRect&,
96 typedef void (*SubmitProc)(TestDrawable*);
103 DrawHandlerImport(TestDrawable* td, DrawProc drawProc, SubmitProc submitProc, in DrawHandlerImport()
125 TestDrawable* fTestDrawable;
137 static void ImportDraw(TestDrawable* td, const SkMatrix& matrix, const SkIRect& clipBounds, in ImportDraw()
170 static void ImportSubmitted(TestDrawable* td) { in ImportSubmitted()
235 sk_sp<TestDrawable> drawabl in draw_drawable_test()
[all...]

Completed in 1 milliseconds