Searched defs:GrKey (Results 1 - 1 of 1) sorted by last modified time

/external/skia/include/gpu/
H A DGrKey.h11 class GrKey : public SkRefCnt { class in inherits:SkRefCnt
13 SK_DECLARE_INST_COUNT(GrKey)
17 explicit GrKey(Hash hash) : fHash(hash) {} function in class:GrKey
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 532 milliseconds