Searched refs:setCustomData (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/include/private/ |
H A D | GrResourceKey.h | 260 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 D | TriangulatingPathRenderer.cpp | 327 key.setCustomData(create_data(vertexCount, isLinear, tol)); in createNonAAMesh() 465 key.setCustomData(create_data(vertexCount, isLinear, tol));
|
/third_party/skia/src/gpu/ |
H A D | GrBlurUtils.cpp | 178 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 D | SkGr.cpp | 93 key->setCustomData(std::move(data)); in GrMakeUniqueKeyInvalidationListener()
|
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 63 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 D | ResourceCacheTest.cpp | 1044 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