Searched defs:DrawArgs (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrGpu.h282 struct DrawArgs { struct in class:GrGpu
283 DrawArgs(const GrPrimitiveProcessor* primProc, function in struct:GrGpu::DrawArgs
299 void draw(const DrawArgs&, const GrVertices&);
312 void drawPath(const DrawArgs&, const GrPath*, const GrStencilSettings&);
313 void drawPaths(const DrawArgs&,
437 virtual void onDraw(const DrawArgs&, const GrNonInstancedVertices&) = 0;
440 virtual void onDrawPath(const DrawArgs&, const GrPath*, const GrStencilSettings&) = 0;
441 virtual void onDrawPaths(const DrawArgs&,
H A DGrTargetCommands.h70 typedef GrGpu::DrawArgs DrawArgs; typedef in class:GrTargetCommands
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.h222 typedef GrGpu::DrawArgs DrawArgs; typedef in class:GrGLProgramBuilder
230 static GrGLProgram* CreateProgram(const DrawArgs&, GrGLGpu*);
276 static GrGLProgramBuilder* CreateProgramBuilder(const DrawArgs&, GrGLGpu*);
278 GrGLProgramBuilder(GrGLGpu*, const DrawArgs&);
388 const DrawArgs& fArgs;

Completed in 185 milliseconds