Home
last modified time | relevance | path

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

/external/skqp/tests/
DGpuDrawPathTest.cpp114 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);
/external/skia/tests/
DGpuDrawPathTest.cpp114 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);
/external/skqp/bench/
DGrResourceCacheBench.cpp29 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/bench/
DGrResourceCacheBench.cpp29 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/skqp/src/gpu/
DGrPath.h35 static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);
DGrPathRendering_none.cpp60 void GrPath::ComputeKey(const GrShape&, GrUniqueKey*, bool*) {} in ComputeKey() function in GrPath
DGrPath.cpp17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { in ComputeKey() function in GrPath
/external/skia/src/gpu/
DGrPath.h35 static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);
DGrPathRendering_none.cpp62 void GrPath::ComputeKey(const GrShape&, GrUniqueKey*, bool*) {} in ComputeKey() function in GrPath
DGrPath.cpp17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { in ComputeKey() function in GrPath
/external/skqp/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp58 GrPath::ComputeKey(shape, &key, &isVolatile); in get_gr_path()
/external/skia/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp58 GrPath::ComputeKey(shape, &key, &isVolatile); in get_gr_path()