Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrResourceKey.h180 GrScratchKey() {} in GrScratchKey() function
182 GrScratchKey(const GrScratchKey& that) { *this = that; } in GrScratchKey() function
DGrGpuResource.h299 virtual void computeScratchKey(GrScratchKey*) const { } in computeScratchKey() argument