Searched refs:ComputeKey (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/tests/ |
D | GpuDrawPathTest.cpp | 114 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/ |
D | GrResourceCacheBench.cpp | 29 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/ |
D | GrResourceCacheBench.cpp | 29 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/ |
D | GrPath.h | 35 static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);
|
D | GrPathRendering_none.cpp | 62 void GrPath::ComputeKey(const GrShape&, GrUniqueKey*, bool*) {} in ComputeKey() function in GrPath
|
D | GrPath.cpp | 17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { in ComputeKey() function in GrPath
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 55 GrPath::ComputeKey(shape, &key, &isVolatile); in get_gr_path()
|