Home
last modified time | relevance | path

Searched refs:getCustomData (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/gpu/
DGrThreadSafeCache.h224 SkData* getCustomData() const { in getCustomData() function
226 return fKey.getCustomData(); in getCustomData()
DGrThreadSafeCache.cpp290 } else if (isNewerBetter(tmp->getCustomData(), key.getCustomData())) { in internalAddVerts()
DSkGr.cpp92 SkASSERT(!key->getCustomData()); in GrMakeUniqueKeyInvalidationListener()
/third_party/flutter/skia/include/private/
DGrResourceKey.h259 this->setCustomData(sk_ref_sp(that.getCustomData()));
268 SkData* getCustomData() const { return fData.get(); } in getCustomData() function
/third_party/skia/include/private/
DGrResourceKey.h260 this->setCustomData(sk_ref_sp(that.getCustomData()));
269 SkData* getCustomData() const { return fData.get(); } in getCustomData() function
/third_party/flutter/skia/src/gpu/ops/
DGrTessellatingPathRenderer.cpp61 const SkData* data = vertexBuffer->getUniqueKey().getCustomData(); in cache_match()
/third_party/skia/tests/
DResourceCacheTest.cpp1051 REPORTER_ASSERT(reporter, *(int*) d2->getUniqueKey().getCustomData()->data() == 4132); in test_duplicate_unique_key()
1467 REPORTER_ASSERT(reporter, *(int*) key1.getCustomData()->data() == 4132); in test_custom_data()
1468 REPORTER_ASSERT(reporter, key2.getCustomData() == nullptr); in test_custom_data()
1472 REPORTER_ASSERT(reporter, *(int*) key3.getCustomData()->data() == 4132); in test_custom_data()
/third_party/flutter/skia/tests/
DResourceCacheTest.cpp1011 REPORTER_ASSERT(reporter, *(int*) d2->getUniqueKey().getCustomData()->data() == 4132); in test_duplicate_unique_key()
1460 REPORTER_ASSERT(reporter, *(int*) key1.getCustomData()->data() == 4132); in test_custom_data()
1461 REPORTER_ASSERT(reporter, key2.getCustomData() == nullptr); in test_custom_data()
1465 REPORTER_ASSERT(reporter, *(int*) key3.getCustomData()->data() == 4132); in test_custom_data()