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

/external/skia/include/gpu/
H A DGrResourceKey.h216 class GrUniqueKey : public GrResourceKey { class in inherits:GrResourceKey
226 GrUniqueKey() {} function in class:GrUniqueKey
228 GrUniqueKey(const GrUniqueKey& that) { *this = that; } function in class:GrUniqueKey
235 GrUniqueKey& operator=(const GrUniqueKey& that) {
240 bool operator==(const GrUniqueKey& that) const {
243 bool operator!=(const GrUniqueKey& that) const { return !(*this == that); }
247 Builder(GrUniqueKey* key, Domain domain, int data32Count)
251 Builder(GrUniqueKey* ke
[all...]

Completed in 58 milliseconds