Home
last modified time | relevance | path

Searched defs:UniqueKey (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DResourceKey.h246 UniqueKey() : fTag(nullptr) {} in UniqueKey() function
248 UniqueKey(const UniqueKey& that) { *this = that; } in UniqueKey() function
DSkGr.h43 class UniqueKey; variable
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DBitmapPreFillRunner.java147 private static class UniqueKey implements Key { class in BitmapPreFillRunner
/external/skia/tests/
DGrThreadSafeCacheTest.cpp1425 void (*create_key)(skgpu::UniqueKey*, int wh, int id)) { in test_15()