OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutoGeometryPush
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h
360
AutoGeometryPush
agp(this);
638
class
AutoGeometryPush
: public ::SkNoncopyable {
640
AutoGeometryPush
(GrDrawTarget* target)
647
~
AutoGeometryPush
() { fTarget->popGeometrySource(); }
655
* Combination of
AutoGeometryPush
and AutoStateRestore. The vertex attribs will be in default
[
all
...]
/external/skia/src/gpu/
GrDrawTarget.h
378
AutoGeometryPush
agp(this);
660
class
AutoGeometryPush
: public ::SkNoncopyable {
662
AutoGeometryPush
(GrDrawTarget* target)
669
~
AutoGeometryPush
() { fTarget->popGeometrySource(); }
677
* Combination of
AutoGeometryPush
and AutoStateRestore. The vertex attribs will be in default
[
all
...]
Completed in 53 milliseconds