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

/external/skia/tests/
H A DResourceCacheTest.cpp422 static void make_unique_key(GrUniqueKey* key, int data, const char* tag = nullptr) { function
440 make_unique_key<0>(&uniqueKey, 0);
452 make_unique_key<0>(&uniqueKey2, 1);
503 make_unique_key<0>(&uniqueKey, 0);
519 make_unique_key<0>(&uniqueKey2, 1);
600 make_unique_key<0>(&uniqueKey, 0);
907 make_unique_key<0>(&key, 0);
949 make_unique_key<0>(&differentKey, 1);
983 make_unique_key<0>(&key2, 0);
991 make_unique_key<
[all...]
/external/skqp/tests/
H A DResourceCacheTest.cpp420 static void make_unique_key(GrUniqueKey* key, int data, const char* tag = nullptr) { function
433 make_unique_key<0>(&uniqueKey, 0);
449 make_unique_key<0>(&uniqueKey2, 1);
530 make_unique_key<0>(&uniqueKey, 0);
837 make_unique_key<0>(&key, 0);
879 make_unique_key<0>(&differentKey, 1);
913 make_unique_key<0>(&key2, 0);
921 make_unique_key<0>(&key3, 0);
933 make_unique_key<0>(&key1, 1);
934 make_unique_key<
[all...]

Completed in 183 milliseconds