Searched defs:AutoStateRestore (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp728 GrDrawTarget::AutoStateRestore::AutoStateRestore() { function in class:GrDrawTarget::AutoStateRestore
732 GrDrawTarget::AutoStateRestore::AutoStateRestore(GrDrawTarget* target, function in class:GrDrawTarget::AutoStateRestore
739 GrDrawTarget::AutoStateRestore::~AutoStateRestore() {
746 void GrDrawTarget::AutoStateRestore::set(GrDrawTarget* target, ASRInit init, const SkMatrix* vm) {
770 bool GrDrawTarget::AutoStateRestore::setIdentity(GrDrawTarget* target, ASRInit init) {
981 GrDrawTarget::AutoStateRestore asr(this, kReset_ASRInit);
H A DGrDrawTarget.h511 * See AutoStateRestore below.
525 * AutoStateRestore asr(target, GrDrawTarget::kReset_ASRInit).
533 class AutoStateRestore : public ::SkNoncopyable { class in class:GrDrawTarget
538 AutoStateRestore();
551 AutoStateRestore(GrDrawTarget* target, ASRInit init, const SkMatrix* viewMatrix = NULL);
553 ~AutoStateRestore();
655 * Combination of AutoGeometryPush and AutoStateRestore. The vertex attribs will be in default
675 AutoStateRestore fState;
/external/skia/src/gpu/
H A DGrDrawTarget.cpp754 GrDrawTarget::AutoStateRestore::AutoStateRestore() { function in class:GrDrawTarget::AutoStateRestore
758 GrDrawTarget::AutoStateRestore::AutoStateRestore(GrDrawTarget* target, function in class:GrDrawTarget::AutoStateRestore
765 GrDrawTarget::AutoStateRestore::~AutoStateRestore() {
772 void GrDrawTarget::AutoStateRestore::set(GrDrawTarget* target, ASRInit init, const SkMatrix* vm) {
796 bool GrDrawTarget::AutoStateRestore::setIdentity(GrDrawTarget* target, ASRInit init) {
1008 GrDrawTarget::AutoStateRestore asr(this, kReset_ASRInit);
H A DGrDrawTarget.h533 * See AutoStateRestore below.
547 * AutoStateRestore asr(target, GrDrawTarget::kReset_ASRInit).
555 class AutoStateRestore : public ::SkNoncopyable { class in class:GrDrawTarget
560 AutoStateRestore();
573 AutoStateRestore(GrDrawTarget* target, ASRInit init, const SkMatrix* viewMatrix = NULL);
575 ~AutoStateRestore();
677 * Combination of AutoGeometryPush and AutoStateRestore. The vertex attribs will be in default
697 AutoStateRestore fState;

Completed in 561 milliseconds