Home
last modified time | relevance | path

Searched refs:ComputeKey (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/tests/
DGpuDrawPathTest.cpp114 GrPath::ComputeKey(GrShape(path1, GrStyle::SimpleFill()), &key1, &isVolatile);
117 GrPath::ComputeKey(GrShape(path2, GrStyle::SimpleFill()), &key2, &isVolatile);
124 GrPath::ComputeKey(GrShape(path1, style), &key1, &isVolatile);
132 GrPath::ComputeKey(GrShape(path2, GrStyle::SimpleFill()), &tempKey, &isVolatile);
147 GrPath::ComputeKey(GrShape(path3, style), &key3, &isVolatile);
150 GrPath::ComputeKey(GrShape(path4, style), &key4, &isVolatile);
158 GrPath::ComputeKey(GrShape(path3, style), &key1, &isVolatile);
/third_party/flutter/skia/bench/
DGrResourceCacheBench.cpp29 static void ComputeKey(int i, int keyData32Count, GrUniqueKey* key) { in ComputeKey() function in BenchResource
46 BenchResource::ComputeKey(i, keyData32Count, &key); in populate_cache()
145 BenchResource::ComputeKey(k, fKeyData32Count, &key); in onDraw()
/third_party/skia/bench/
DGrResourceCacheBench.cpp29 static void ComputeKey(int i, int keyData32Count, GrUniqueKey* key) { in ComputeKey() function in BenchResource
46 BenchResource::ComputeKey(i, keyData32Count, &key); in populate_cache()
145 BenchResource::ComputeKey(k, fKeyData32Count, &key); in onDraw()
/third_party/flutter/skia/src/gpu/
DGrPath.h35 static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);
DGrPathRendering_none.cpp62 void GrPath::ComputeKey(const GrShape&, GrUniqueKey*, bool*) {} in ComputeKey() function in GrPath
DGrPath.cpp17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { in ComputeKey() function in GrPath
/third_party/flutter/skia/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp55 GrPath::ComputeKey(shape, &key, &isVolatile); in get_gr_path()