Home
last modified time | relevance | path

Searched defs:GrScratchKey (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/private/
DGrResourceKey.h199 GrScratchKey() {} in GrScratchKey() function
201 GrScratchKey(const GrScratchKey& that) { *this = that; } in GrScratchKey() function
/third_party/skia/src/gpu/
DGrGpuResource.h365 virtual void computeScratchKey(GrScratchKey*) const {} in computeScratchKey() argument