OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrDrawTargetCaps
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h
18
class
GrDrawTargetCaps
: public SkRefCnt {
22
GrDrawTargetCaps
() { this->reset(); }
23
GrDrawTargetCaps
(const
GrDrawTargetCaps
& other) : INHERITED() { *this = other; }
24
GrDrawTargetCaps
& operator= (const
GrDrawTargetCaps
&);
/external/skia/src/gpu/
GrDrawTargetCaps.h
18
class
GrDrawTargetCaps
: public SkRefCnt {
22
GrDrawTargetCaps
() { this->reset(); }
23
GrDrawTargetCaps
(const
GrDrawTargetCaps
& other) : INHERITED() { *this = other; }
24
GrDrawTargetCaps
& operator= (const
GrDrawTargetCaps
&);
Completed in 141 milliseconds