Searched defs:DrawBatch (Results 1 – 2 of 2) sorted by relevance
226 struct DrawBatch : public Cmd { struct227 DrawBatch(State* state, GrBatch* batch, GrBatchTarget* batchTarget) in DrawBatch() argument237 SkAutoTUnref<State> fState;238 SkAutoTUnref<GrBatch> fBatch;
63 typedef GrTargetCommands::DrawBatch DrawBatch; typedef