Lines Matching refs:GrGpu
59 class GrGpu : public GrDrawTarget {
78 * Create an instance of GrGpu that matches the specified Engine backend.
82 static GrGpu* Create(GrEngine, GrPlatform3DContext context3D);
86 GrGpu();
87 virtual ~GrGpu();
98 * The GrGpu object normally assumes that no outsider is setting state
100 * the GrGpu that the state was modified and it shouldn't make assumptions
218 * with a width less than this size the GrGpu object will clamp it to this
225 * with a height less than this size the GrGpu object will clamp it to this
479 // The GrGpu typically records the clients requested state and then flushes
488 // GrGpu subclass removes the clip from the stencil buffer
531 // used to save and restore state when the GrGpu needs
535 AutoInternalDrawGeomRestore(GrGpu* gpu) : fAgsr(gpu) {
567 GrGpu* fGpu;