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

/external/skia/include/gpu/
H A DGrResourceKey.h222 class GrUniqueKey : public GrResourceKey { class in inherits:GrResourceKey
232 GrUniqueKey() {} function in class:GrUniqueKey
234 GrUniqueKey(const GrUniqueKey& that) { *this = that; } function in class:GrUniqueKey
241 GrUniqueKey& operator=(const GrUniqueKey& that) {
248 bool operator==(const GrUniqueKey& that) const {
251 bool operator!=(const GrUniqueKey& that) const { return !(*this == that); }
264 Builder(GrUniqueKey* key, Domain type, int data32Count, const char* tag = nullptr)
271 Builder(GrUniqueKey* ke
[all...]

Completed in 118 milliseconds