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 18 class GrDrawTargetCaps : public SkRefCnt {
20 SK_DECLARE_INST_COUNT(GrDrawTargetCaps)
22 GrDrawTargetCaps() : fUniqueID(CreateUniqueID()) {
25 GrDrawTargetCaps(const GrDrawTargetCaps& other) : INHERITED(), fUniqueID(CreateUniqueID()) {
28 GrDrawTargetCaps& operator= (const GrDrawTargetCaps&);
85 * Gets an id that is unique for this GrDrawTargetCaps object. It is static in that it does
86 * not change when the content of the GrDrawTargetCaps object changes. This will never return
  /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 65 milliseconds