Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DResourceKey.h199 ScratchKey() {} in ScratchKey() function
201 ScratchKey(const ScratchKey& that) { *this = that; } in ScratchKey() function
DGrGpuResource.h267 virtual void computeScratchKey(skgpu::ScratchKey*) const {} in computeScratchKey()