OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoStateRestore
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/
GrDrawTarget.h
498
* See
AutoStateRestore
below.
512
*
AutoStateRestore
asr(target, GrDrawTarget::kReset_ASRInit).
520
class
AutoStateRestore
: ::GrNoncopyable {
525
AutoStateRestore
();
534
AutoStateRestore
(GrDrawTarget* target, ASRInit init);
536
~
AutoStateRestore
();
[
all
...]
GrPathRenderer.h
162
GrDrawTarget::
AutoStateRestore
asr(target, GrDrawTarget::kPreserve_ASRInit);
GrDrawTarget.cpp
728
GrDrawTarget::
AutoStateRestore
::
AutoStateRestore
() {
732
GrDrawTarget::
AutoStateRestore
::
AutoStateRestore
(GrDrawTarget* target,
738
GrDrawTarget::
AutoStateRestore
::~
AutoStateRestore
() {
745
void GrDrawTarget::
AutoStateRestore
::set(GrDrawTarget* target, ASRInit init) {
GrContext.cpp
200
GrDrawTarget::
AutoStateRestore
asr(target, GrDrawTarget::kReset_ASRInit);
302
GrDrawTarget::
AutoStateRestore
asr(fGpu, GrDrawTarget::kReset_ASRInit);
[
all
...]
GrDefaultPathRenderer.cpp
351
GrDrawTarget::
AutoStateRestore
asr(target, GrDrawTarget::kPreserve_ASRInit);