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