Home
last modified time | relevance | path

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

/external/skia/bench/
DGrResourceCacheBench.cpp31 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/
DGpuDrawPathTest.cpp109 GrPath::ComputeKey(path1, stroke, &key1, &isVolatile);
110 GrPath::ComputeKey(path2, stroke, &key2, &isVolatile);
/external/skia/src/gpu/
DGrPath.h33 static void ComputeKey(const SkPath& path, const GrStrokeInfo& stroke, GrUniqueKey* key,
DGrPath.cpp177 void GrPath::ComputeKey(const SkPath& path, const GrStrokeInfo& stroke, GrUniqueKey* key, in ComputeKey() function in GrPath
/external/skia/src/gpu/batches/
DGrStencilAndCoverPathRenderer.cpp52 GrPath::ComputeKey(skPath, stroke, &key, &isVolatile); in get_gr_path()