Home | History | Annotate | Download | only in gpu

Lines Matching refs:AutoStateRestore

479      * See AutoStateRestore below.
493 * AutoStateRestore asr(target, GrDrawTarget::kReset_ASRInit).
501 class AutoStateRestore : public ::SkNoncopyable {
506 AutoStateRestore();
519 AutoStateRestore(GrDrawTarget* target, ASRInit init, const SkMatrix* viewMatrix = NULL);
521 ~AutoStateRestore();
623 * Combination of AutoGeometryPush and AutoStateRestore. The vertex attribs will be in default
643 AutoStateRestore fState;