HomeSort by relevance Sort by last modified time
    Searched refs:ComputeKey (Results 1 - 10 of 10) sorted by null

  /external/skqp/src/gpu/
GrPath.h 35 static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);
GrPath.cpp 17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) {
  /external/skia/tests/
GpuDrawPathTest.cpp 116 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/
GpuDrawPathTest.cpp 116 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/
GrPath.h 35 static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);
GrPath.cpp 17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) {
  /external/skia/bench/
GrResourceCacheBench.cpp 31 static void ComputeKey(int i, int keyData32Count, GrUniqueKey* key) {
48 BenchResource::ComputeKey(i, keyData32Count, &key);
147 BenchResource::ComputeKey(k, fKeyData32Count, &key);
  /external/skqp/bench/
GrResourceCacheBench.cpp 31 static void ComputeKey(int i, int keyData32Count, GrUniqueKey* key) {
47 BenchResource::ComputeKey(i, keyData32Count, &key);
146 BenchResource::ComputeKey(k, fKeyData32Count, &key);
  /external/skia/src/gpu/ops/
GrStencilAndCoverPathRenderer.cpp 56 GrPath::ComputeKey(shape, &key, &isVolatile);
  /external/skqp/src/gpu/ops/
GrStencilAndCoverPathRenderer.cpp 56 GrPath::ComputeKey(shape, &key, &isVolatile);

Completed in 866 milliseconds