Searched refs:ComputeKey (Results 1 - 10 of 10) sorted by relevance

/external/skia/tests/
H A 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/skqp/tests/
H A 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/src/gpu/
H A DGrPath.h35 static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);
H A DGrPath.cpp17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { function in class:GrPath
/external/skqp/src/gpu/
H A DGrPath.h35 static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);
H A DGrPath.cpp17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { function in class:GrPath
/external/skia/bench/
H A DGrResourceCacheBench.cpp31 static void ComputeKey(int i, int keyData32Count, GrUniqueKey* key) { function in class:BenchResource
48 BenchResource::ComputeKey(i, keyData32Count, &key);
147 BenchResource::ComputeKey(k, fKeyData32Count, &key);
/external/skqp/bench/
H A DGrResourceCacheBench.cpp31 static void ComputeKey(int i, int keyData32Count, GrUniqueKey* key) { function in class:BenchResource
47 BenchResource::ComputeKey(i, keyData32Count, &key);
146 BenchResource::ComputeKey(k, fKeyData32Count, &key);
/external/skia/src/gpu/ops/
H A DGrStencilAndCoverPathRenderer.cpp56 GrPath::ComputeKey(shape, &key, &isVolatile);
/external/skqp/src/gpu/ops/
H A DGrStencilAndCoverPathRenderer.cpp56 GrPath::ComputeKey(shape, &key, &isVolatile);

Completed in 1048 milliseconds