HomeSort by relevance Sort by last modified time
    Searched defs:AutoStateRestore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 728 GrDrawTarget::AutoStateRestore::AutoStateRestore() {
732 GrDrawTarget::AutoStateRestore::AutoStateRestore(GrDrawTarget* target,
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) {
    [all...]
GrDrawTarget.h 511 * See AutoStateRestore below.
525 * AutoStateRestore asr(target, GrDrawTarget::kReset_ASRInit).
533 class AutoStateRestore : public ::SkNoncopyable {
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;
    [all...]

Completed in 275 milliseconds