Searched defs:GrScratchKey (Results 1 – 2 of 2) sorted by relevance
180 GrScratchKey() {} in GrScratchKey() function182 GrScratchKey(const GrScratchKey& that) { *this = that; } in GrScratchKey() function
299 virtual void computeScratchKey(GrScratchKey*) const { } in computeScratchKey() argument