Home
last modified time | relevance | path

Searched refs:getCustomData (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
H A DGrThreadSafeCache.h224 SkData* getCustomData() const { in getCustomData() function
226 return fKey.getCustomData(); in getCustomData()
H A DGrThreadSafeCache.cpp290 } else if (isNewerBetter(tmp->getCustomData(), key.getCustomData())) { in internalAddVerts()
H A DSkGr.cpp92 SkASSERT(!key->getCustomData()); in GrMakeUniqueKeyInvalidationListener()
/third_party/skia/include/private/
H A DGrResourceKey.h260 this->setCustomData(sk_ref_sp(that.getCustomData())); in operator =()
269 SkData* getCustomData() const { return fData.get(); } in getCustomData() function in GrUniqueKey
/third_party/skia/tests/
H A 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()

Completed in 12 milliseconds