Home | History | Annotate | Download | only in gpu

Lines Matching defs:GrGpu

27 class GrGpu : public SkRefCnt {
30 * Create an instance of GrGpu that matches the specified backend. If the requested backend is
32 * fully constructed and should not be used by GrGpu until after this function returns.
34 static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context);
38 GrGpu(GrContext* context);
39 ~GrGpu() override;
52 // GrGpu should use this to ensure that no backend API calls will be made from
58 * The GrGpu object normally assumes that no outsider is setting state
60 * the GrGpu that the state was modified and it shouldn't make assumptions
240 // After the client interacts directly with the 3D context state the GrGpu
242 // Each time this occurs the GrGpu bumps a timestamp.