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

/external/skia/include/gpu/
H A DGrResourceKey.h162 class GrScratchKey : public GrResourceKey { class in inherits:GrResourceKey
174 GrScratchKey() {} function in class:GrScratchKey
176 GrScratchKey(const GrScratchKey& that) { *this = that; } function in class:GrScratchKey
185 GrScratchKey& operator=(const GrScratchKey& that) {
190 bool operator==(const GrScratchKey& that) const {
193 bool operator!=(const GrScratchKey& that) const { return !(*this == that); }
197 Builder(GrScratchKey* key, ResourceType type, int data32Count)

Completed in 78 milliseconds