Home
last modified time | relevance | path

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

/external/skia/gm/
Dconvexpolyeffect.cpp32 class ConvexPolyTestBatch : public GrTestBatch { class
44 return new ConvexPolyTestBatch(gp, geo); in Create()
48 ConvexPolyTestBatch(const GrGeometryProcessor* gp, const Geometry& geo) in ConvexPolyTestBatch() function in skiagm::ConvexPolyTestBatch
201 ConvexPolyTestBatch::Geometry geometry; in onDraw()
206 SkAutoTUnref<GrDrawBatch> batch(ConvexPolyTestBatch::Create(gp, geometry)); in onDraw()
247 ConvexPolyTestBatch::Geometry geometry; in onDraw()
253 SkAutoTUnref<GrDrawBatch> batch(ConvexPolyTestBatch::Create(gp, geometry)); in onDraw()