Home
last modified time | relevance | path

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

/third_party/skia/m133/src/gpu/graphite/
DClipAtlasManager.cpp41 std::tuple<const TextureProxy*, Rect> ClipAtlasManager::findClip(const UniqueKey&) { in findClip()
46 std::tuple<const TextureProxy*, Rect> ClipAtlasManager::addClip(const UniqueKey&, Rect bounds, in addClip()
DProxyCache.h21 class UniqueKey; variable
DGlobalCache.cpp214 const std::function<void(const UniqueKey&, const GraphicsPipeline*)>& fn) { in forEachGraphicsPipeline()
DCaps.h139 virtual bool extractGraphicsDescs(const UniqueKey&, in extractGraphicsDescs()
/third_party/skia/m133/tools/graphite/
DUniqueKeyUtils.h16 class UniqueKey; variable
/third_party/skia/m133/src/gpu/ganesh/
DGrTextureProxyCacheAccess.h16 class UniqueKey; variable
DGrAttachment.h27 class UniqueKey; variable
DSkGr.h48 namespace skgpu { class UniqueKey; } variable
DGrResourceProvider.h49 class UniqueKey; variable
/third_party/skia/m133/src/gpu/
DResourceKey.h248 UniqueKey() : fTag(nullptr) {} in UniqueKey() function
250 UniqueKey(const UniqueKey& that) { *this = that; } in UniqueKey() function
/third_party/skia/m133/tests/
DGrThreadSafeCacheTest.cpp1571 void (*create_key)(skgpu::UniqueKey*, int wh, int id)) { in test_15()