Searched refs:ComputeKey (Results 1 – 5 of 5) sorted by relevance
/external/skia/bench/ |
D | GrResourceCacheBench.cpp | 31 static void ComputeKey(int i, int keyData32Count, GrUniqueKey* key) { in ComputeKey() function in BenchResource 47 BenchResource::ComputeKey(i, keyData32Count, &key); in populate_cache() 146 BenchResource::ComputeKey(k, fKeyData32Count, &key); in onDraw()
|
/external/skia/tests/ |
D | GpuDrawPathTest.cpp | 109 GrPath::ComputeKey(path1, stroke, &key1, &isVolatile); 110 GrPath::ComputeKey(path2, stroke, &key2, &isVolatile);
|
/external/skia/src/gpu/ |
D | GrPath.h | 33 static void ComputeKey(const SkPath& path, const GrStrokeInfo& stroke, GrUniqueKey* key,
|
D | GrPath.cpp | 177 void GrPath::ComputeKey(const SkPath& path, const GrStrokeInfo& stroke, GrUniqueKey* key, in ComputeKey() function in GrPath
|
/external/skia/src/gpu/batches/ |
D | GrStencilAndCoverPathRenderer.cpp | 52 GrPath::ComputeKey(skPath, stroke, &key, &isVolatile); in get_gr_path()
|