Home
last modified time | relevance | path

Searched refs:setCustomData (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/include/private/
H A DGrResourceKey.h260 this->setCustomData(sk_ref_sp(that.getCustomData())); in operator =()
268 void setCustomData(sk_sp<SkData> data) { fData = std::move(data); } in setCustomData() function in GrUniqueKey
/third_party/skia/src/gpu/ops/
H A DTriangulatingPathRenderer.cpp327 key.setCustomData(create_data(vertexCount, isLinear, tol)); in createNonAAMesh()
465 key.setCustomData(create_data(vertexCount, isLinear, tol));
/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp178 key->setCustomData(create_data(*drawRect, unclippedDevShapeBounds)); in sw_create_filtered_mask()
416 key->setCustomData(create_data(*maskRect, unclippedDevShapeBounds)); in hw_create_filtered_mask()
H A DSkGr.cpp93 key->setCustomData(std::move(data)); in GrMakeUniqueKeyInvalidationListener()
/third_party/skia/tests/
H A DGrThreadSafeCacheTest.cpp63 key->setCustomData(SkData::MakeWithCopy(&id, sizeof(id))); in create_view_key()
74 key->setCustomData(SkData::MakeWithCopy(&id, sizeof(id))); in create_vert_key()
H A DResourceCacheTest.cpp1044 key2.setCustomData(SkData::MakeWithCopy(&foo, sizeof(foo))); in test_duplicate_unique_key()
1466 key1.setCustomData(SkData::MakeWithCopy(&foo, sizeof(foo))); in test_custom_data()

Completed in 13 milliseconds