HomeSort by relevance Sort by last modified time
    Searched defs:GrScratchKey (Results 1 - 2 of 2) sorted by null

  /external/skia/include/gpu/
GrResourceKey.h 168 class GrScratchKey : public GrResourceKey {
180 GrScratchKey() {}
182 GrScratchKey(const GrScratchKey& that) { *this = that; }
191 GrScratchKey& operator=(const GrScratchKey& that) {
196 bool operator==(const GrScratchKey& that) const {
199 bool operator!=(const GrScratchKey& that) const { return !(*this == that); }
203 Builder(GrScratchKey* key, ResourceType type, int data32Count)
  /external/skqp/include/gpu/
GrResourceKey.h 168 class GrScratchKey : public GrResourceKey {
180 GrScratchKey() {}
182 GrScratchKey(const GrScratchKey& that) { *this = that; }
191 GrScratchKey& operator=(const GrScratchKey& that) {
196 bool operator==(const GrScratchKey& that) const {
199 bool operator!=(const GrScratchKey& that) const { return !(*this == that); }
203 Builder(GrScratchKey* key, ResourceType type, int data32Count)

Completed in 542 milliseconds