Home
last modified time | relevance | path

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

/external/skia/tests/
DGpuDrawPathTest.cpp116 GrPath::ComputeKey(GrShape(path1, GrStyle::SimpleFill()), &key1, &isVolatile);
119 GrPath::ComputeKey(GrShape(path2, GrStyle::SimpleFill()), &key2, &isVolatile);
126 GrPath::ComputeKey(GrShape(path1, style), &key1, &isVolatile);
134 GrPath::ComputeKey(GrShape(path2, GrStyle::SimpleFill()), &tempKey, &isVolatile);
149 GrPath::ComputeKey(GrShape(path3, style), &key3, &isVolatile);
152 GrPath::ComputeKey(GrShape(path4, style), &key4, &isVolatile);
160 GrPath::ComputeKey(GrShape(path3, style), &key1, &isVolatile);
/external/skia/bench/
DGrResourceCacheBench.cpp30 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()
/external/skia/src/gpu/
DGrPath.h35 static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);
DGrPath.cpp17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { in ComputeKey() function in GrPath
/external/skia/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp51 GrPath::ComputeKey(shape, &key, &isVolatile); in get_gr_path()