OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoGeometryAndStatePush
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h
658
class
AutoGeometryAndStatePush
: public ::SkNoncopyable {
660
AutoGeometryAndStatePush
(GrDrawTarget* target,
672
~
AutoGeometryAndStatePush
() { fTarget->popGeometrySource(); }
[
all
...]
GrDefaultPathRenderer.cpp
493
GrDrawTarget::
AutoGeometryAndStatePush
agasp(target, GrDrawTarget::kPreserve_ASRInit);
GrClipMaskManager.cpp
575
GrDrawTarget::
AutoGeometryAndStatePush
agasp(fGpu, GrDrawTarget::kReset_ASRInit, &translate);
725
GrDrawTarget::
AutoGeometryAndStatePush
agasp(fGpu, GrDrawTarget::kReset_ASRInit, &matrix);
[
all
...]
GrContext.cpp
[
all
...]
GrInOrderDrawBuffer.cpp
489
AutoGeometryAndStatePush
agasp(fDstGpu, kPreserve_ASRInit);
[
all
...]
Completed in 1126 milliseconds