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

  /external/chromium_org/third_party/skia/include/gpu/
GrKey.h 11 class GrKey : public SkRefCnt {
13 SK_DECLARE_INST_COUNT(GrKey)
17 explicit GrKey(Hash hash) : fHash(hash) {}
21 bool operator<(const GrKey& rh) const {
24 bool operator==(const GrKey& rh) const {
29 virtual bool lt(const GrKey& rh) const = 0;
30 virtual bool eq(const GrKey& rh) const = 0;
  /external/skia/include/gpu/
GrKey.h 11 class GrKey : public SkRefCnt {
13 SK_DECLARE_INST_COUNT(GrKey)
17 explicit GrKey(Hash hash) : fHash(hash) {}
21 bool operator<(const GrKey& rh) const {
24 bool operator==(const GrKey& rh) const {
29 virtual bool lt(const GrKey& rh) const = 0;
30 virtual bool eq(const GrKey& rh) const = 0;

Completed in 175 milliseconds