HomeSort by relevance Sort by last modified time
    Searched defs:GrDrawTargetCaps (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h 17 class GrDrawTargetCaps : public SkRefCnt {
21 GrDrawTargetCaps() { this->reset(); }
22 GrDrawTargetCaps(const GrDrawTargetCaps& other) : INHERITED() { *this = other; }
23 GrDrawTargetCaps& operator= (const GrDrawTargetCaps&);
  /external/skia/src/gpu/
GrDrawTargetCaps.h 17 class GrDrawTargetCaps : public SkRefCnt {
21 GrDrawTargetCaps() { this->reset(); }
22 GrDrawTargetCaps(const GrDrawTargetCaps& other) : INHERITED() { *this = other; }
23 GrDrawTargetCaps& operator= (const GrDrawTargetCaps&);

Completed in 44 milliseconds