Searched refs:DrawShipView (Results 1 – 1 of 1) sorted by relevance
48 class DrawShipView : public SampleView { class50 DrawShipView(const char name[], DrawAtlasProc proc) : fName(name), fProc(proc) { in DrawShipView() function in DrawShipView88 ~DrawShipView() override {} in ~DrawShipView()184 DEF_SAMPLE( return new DrawShipView("DrawShip", draw_atlas); )185 DEF_SAMPLE( return new DrawShipView("DrawShipSim", draw_atlas_sim); )