/external/chromium_org/third_party/skia/src/gpu/ |
GrTest.h | 27 SkTLazy<GrDrawTarget::AutoStateRestore> fASR;
|
GrTest.cpp | 19 SkNEW_IN_TLAZY(&fASR, GrDrawTarget::AutoStateRestore, (target, GrDrawTarget::kReset_ASRInit));
|
GrDrawTarget.h | 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; [all...] |
GrDrawTarget.cpp | 685 GrDrawTarget::AutoStateRestore::AutoStateRestore() { 689 GrDrawTarget::AutoStateRestore::AutoStateRestore(GrDrawTarget* target, 696 GrDrawTarget::AutoStateRestore::~AutoStateRestore() { 703 void GrDrawTarget::AutoStateRestore::set(GrDrawTarget* target, ASRInit init, const SkMatrix* vm) { 727 bool GrDrawTarget::AutoStateRestore::setIdentity(GrDrawTarget* target, ASRInit init) { 939 GrDrawTarget::AutoStateRestore asr(this, kReset_ASRInit); [all...] |
GrPathRenderer.h | 178 GrDrawTarget::AutoStateRestore asr(target, GrDrawTarget::kPreserve_ASRInit);
|
GrDefaultPathRenderer.cpp | 367 GrDrawTarget::AutoStateRestore asr(target, GrDrawTarget::kPreserve_ASRInit);
|
GrAAHairLinePathRenderer.cpp | [all...] |
GrContext.cpp | 322 GrDrawTarget::AutoStateRestore asr(fGpu, GrDrawTarget::kReset_ASRInit); [all...] |
GrAAConvexPathRenderer.cpp | 637 GrDrawTarget::AutoStateRestore asr;
|
/external/skia/src/gpu/ |
GrTest.h | 27 SkTLazy<GrDrawTarget::AutoStateRestore> fASR;
|
GrTest.cpp | 19 SkNEW_IN_TLAZY(&fASR, GrDrawTarget::AutoStateRestore, (target, GrDrawTarget::kReset_ASRInit));
|
GrDrawTarget.h | 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; [all...] |
GrDrawTarget.cpp | 685 GrDrawTarget::AutoStateRestore::AutoStateRestore() { 689 GrDrawTarget::AutoStateRestore::AutoStateRestore(GrDrawTarget* target, 696 GrDrawTarget::AutoStateRestore::~AutoStateRestore() { 703 void GrDrawTarget::AutoStateRestore::set(GrDrawTarget* target, ASRInit init, const SkMatrix* vm) { 727 bool GrDrawTarget::AutoStateRestore::setIdentity(GrDrawTarget* target, ASRInit init) { 939 GrDrawTarget::AutoStateRestore asr(this, kReset_ASRInit); [all...] |
GrPathRenderer.h | 178 GrDrawTarget::AutoStateRestore asr(target, GrDrawTarget::kPreserve_ASRInit);
|
GrDefaultPathRenderer.cpp | 367 GrDrawTarget::AutoStateRestore asr(target, GrDrawTarget::kPreserve_ASRInit);
|
GrAAHairLinePathRenderer.cpp | [all...] |
GrContext.cpp | 322 GrDrawTarget::AutoStateRestore asr(fGpu, GrDrawTarget::kReset_ASRInit); [all...] |
GrAAConvexPathRenderer.cpp | 637 GrDrawTarget::AutoStateRestore asr;
|