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

/external/skia/tests/
H A DResourceCacheTest.cpp337 template <int> static void make_unique_key(GrUniqueKey* key, int data) { function
349 make_unique_key<0>(&uniqueKey, 0);
367 make_unique_key<0>(&uniqueKey2, 1);
434 make_unique_key<0>(&uniqueKey, 0);
723 make_unique_key<0>(&key, 0);
765 make_unique_key<0>(&differentKey, 1);
804 make_unique_key<0>(&key1, 1);
805 make_unique_key<0>(&key2, 2);
806 make_unique_key<0>(&key3, 3);
872 make_unique_key<
[all...]

Completed in 56 milliseconds