Home
last modified time | relevance | path

Searched defs:uniqueKey (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DGrResourceAllocator.cpp171 if (const auto& uniqueKey = proxy->getUniqueKey(); uniqueKey.isValid()) { in instantiateSurface() local
275 if (const auto& uniqueKey = proxy->getUniqueKey(); uniqueKey.isValid()) { in findOrCreateRegisterFor() local
DGrSurfaceProxy.cpp169 const GrUniqueKey* uniqueKey) { in instantiateImpl()
412 if (const auto& uniqueKey = fProxy->getUniqueKey(); uniqueKey.isValid()) { in doLazyInstantiation() local
DGrResourceAllocator.h154 const GrUniqueKey& uniqueKey() const { return fOriginatingProxy->getUniqueKey(); } in uniqueKey() function
DGrResourceCache.cpp923 const GrUniqueKey& uniqueKey = resource->getUniqueKey(); in validate() local
/external/skqp/src/gpu/
DGrSurfaceProxy.cpp229 GrMipMapped mipMapped, const GrUniqueKey* uniqueKey) { in instantiateImpl()
DGrResourceCache.cpp754 const GrUniqueKey& uniqueKey = resource->getUniqueKey(); in validate() local
/external/skqp/tests/
DResourceCacheTest.cpp436 GrUniqueKey uniqueKey; in test_purge_unlocked() local
496 GrUniqueKey uniqueKey; in test_budgeting() local
623 GrUniqueKey uniqueKey; in test_unbudgeted() local
/external/skia/tests/
DResourceCacheTest.cpp412 GrUniqueKey uniqueKey; in test_purge_unlocked() local
539 GrUniqueKey uniqueKey; in test_budgeting() local
665 GrUniqueKey uniqueKey; in test_unbudgeted() local
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp1155 detail::RecordTypeStorage const *fir::RecordType::uniqueKey() const { in uniqueKey() function in fir::RecordType