Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrResourceAllocator.cpp180 if (const auto& uniqueKey = proxy->getUniqueKey(); uniqueKey.isValid()) { in instantiateSurface() local
284 if (const auto& uniqueKey = proxy->getUniqueKey(); uniqueKey.isValid()) { in findOrCreateRegisterFor() local
DGrSurfaceProxy.cpp260 const GrUniqueKey* uniqueKey) { in instantiateImpl()
501 if (const auto& uniqueKey = fProxy->getUniqueKey(); uniqueKey.isValid()) { in doLazyInstantiation() local
DGrResourceAllocator.h163 const GrUniqueKey& uniqueKey() const { return fOriginatingProxy->getUniqueKey(); } in uniqueKey() function
DGrResourceProvider.cpp434 const GrUniqueKey& uniqueKey, in findOrMakeStaticBuffer()
DGrResourceCache.cpp1679 const GrUniqueKey& uniqueKey = resource->getUniqueKey(); in validate() local
/third_party/skia/m133/src/gpu/ganesh/
DGrResourceAllocator.cpp204 if (const auto& uniqueKey = proxy->getUniqueKey(); uniqueKey.isValid()) { in instantiateSurface() local
308 if (const auto& uniqueKey = proxy->getUniqueKey(); uniqueKey.isValid()) { in findOrCreateRegisterFor() local
DGrSurfaceProxy.cpp263 const skgpu::UniqueKey* uniqueKey) { in instantiateImpl()
489 if (const auto& uniqueKey = fProxy->getUniqueKey(); uniqueKey.isValid()) { in doLazyInstantiation() local
DGrResourceAllocator.h182 const skgpu::UniqueKey& uniqueKey() const { return fOriginatingProxy->getUniqueKey(); } in uniqueKey() function
DGrResourceProvider.cpp463 const skgpu::UniqueKey& uniqueKey, in findOrMakeStaticBuffer()
DGrResourceCache.cpp1416 const skgpu::UniqueKey& uniqueKey = resource->getUniqueKey(); in validate() local
/third_party/skia/m133/src/gpu/graphite/dawn/
DDawnResourceProvider.cpp116 UniformBindGroupKey uniqueKey; in make_ubo_bind_group_key() local
145 BindGroupKey<1> uniqueKey; in make_texture_bind_group_key() local
/third_party/skia/m133/tests/
DResourceCacheTest.cpp481 skgpu::UniqueKey uniqueKey; in test_purge_unlocked() local
608 skgpu::UniqueKey uniqueKey; in test_budgeting() local
733 skgpu::UniqueKey uniqueKey; in test_unbudgeted() local
/third_party/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
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanResourceProvider.cpp343 VulkanResourceProvider::UniformBindGroupKey uniqueKey; in make_ubo_bind_group_key() local