Home
last modified time | relevance | path

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

/external/exoplayer/tree/extensions/cast/src/main/java/com/google/android/exoplayer2/ext/cast/
DDefaultMediaItemConverter.java48 return getMediaItem(Assertions.checkNotNull(item.getMedia().getCustomData())); in toMediaItem()
66 .setCustomData(getCustomData(item)) in toMediaQueueItem()
112 private static JSONObject getCustomData(MediaItem mediaItem) { in getCustomData() method in DefaultMediaItemConverter
/external/skia/src/gpu/
DGrThreadSafeCache.h225 SkData* getCustomData() const { in getCustomData() function
227 return fKey.getCustomData(); in getCustomData()
DGrThreadSafeCache.cpp290 } else if (isNewerBetter(tmp->getCustomData(), key.getCustomData())) { in internalAddVerts()
DSkGr.cpp90 SkASSERT(!key->getCustomData()); in GrMakeUniqueKeyInvalidationListener()
/external/skqp/include/private/
DGrResourceKey.h259 this->setCustomData(sk_ref_sp(that.getCustomData()));
268 SkData* getCustomData() const { return fData.get(); } in getCustomData() function
/external/skia/include/private/
DGrResourceKey.h260 this->setCustomData(sk_ref_sp(that.getCustomData()));
269 SkData* getCustomData() const { return fData.get(); } in getCustomData() function
/external/skqp/src/gpu/ops/
DGrTessellatingPathRenderer.cpp60 const SkData* data = vertexBuffer->getUniqueKey().getCustomData(); in cache_match()
/external/skqp/tests/
DResourceCacheTest.cpp1013 REPORTER_ASSERT(reporter, *(int*) d2->getUniqueKey().getCustomData()->data() == 4132); in test_duplicate_unique_key()
1462 REPORTER_ASSERT(reporter, *(int*) key1.getCustomData()->data() == 4132); in test_custom_data()
1463 REPORTER_ASSERT(reporter, key2.getCustomData() == nullptr); in test_custom_data()
1467 REPORTER_ASSERT(reporter, *(int*) key3.getCustomData()->data() == 4132); in test_custom_data()
/external/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()