Searched refs:getCustomData (Results 1 – 8 of 8) sorted by relevance
224 SkData* getCustomData() const { in getCustomData() function226 return fKey.getCustomData(); in getCustomData()
290 } else if (isNewerBetter(tmp->getCustomData(), key.getCustomData())) { in internalAddVerts()
92 SkASSERT(!key->getCustomData()); in GrMakeUniqueKeyInvalidationListener()
259 this->setCustomData(sk_ref_sp(that.getCustomData()));268 SkData* getCustomData() const { return fData.get(); } in getCustomData() function
260 this->setCustomData(sk_ref_sp(that.getCustomData()));269 SkData* getCustomData() const { return fData.get(); } in getCustomData() function
61 const SkData* data = vertexBuffer->getUniqueKey().getCustomData(); in cache_match()
1051 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()
1011 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()