Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrResourceKey.h243 this->setCustomData(sk_ref_sp(that.getCustomData()));
256 SkData* getCustomData() const { in getCustomData() function
/external/skia/src/gpu/ops/
DGrTessellatingPathRenderer.cpp55 const SkData* data = vertexBuffer->getUniqueKey().getCustomData(); in cache_match()
/external/skia/tests/
DResourceCacheTest.cpp928 REPORTER_ASSERT(reporter, *(int*) d2->getUniqueKey().getCustomData()->data() == 4132); in test_duplicate_unique_key()
1539 REPORTER_ASSERT(reporter, *(int*) key1.getCustomData()->data() == 4132); in test_custom_data()
1540 REPORTER_ASSERT(reporter, key2.getCustomData() == nullptr); in test_custom_data()
1544 REPORTER_ASSERT(reporter, *(int*) key3.getCustomData()->data() == 4132); in test_custom_data()