Searched refs:fRunnables (Results 1 - 25 of 31) sorted by relevance

12

/external/skia/tests/
H A DPathOpsThreadedCommon.cpp13 for (int index = 0; index < fRunnables.count(); index++) {
14 delete fRunnables[index];
19 SkTaskGroup().batch(fRunnables.count(), [&](int i) {
20 (*fRunnables[i])();
H A DPathOpsThreadedCommon.h50 SkTDArray<PathOpsThreadedRunnable*> fRunnables; member in class:PathOpsThreadedTestRunner
H A DPathOpsOpCircleThreadedTest.cpp73 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsTightBoundsTest.cpp42 *testRunner.fRunnables.append() =
117 *testRunner.fRunnables.append() =
H A DPathOpsOpCubicThreadedTest.cpp84 *testRunner.fRunnables.append() =
H A DPathOpsOpLoopThreadedTest.cpp95 *testRunner.fRunnables.append() =
H A DPathOpsOpRectThreadedTest.cpp92 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsQuadLineIntersectionThreadedTest.cpp121 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsSimplifyDegenerateThreadedTest.cpp79 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsSimplifyQuadThreadedTest.cpp86 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp87 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsSimplifyTrianglesThreadedTest.cpp89 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
/external/skqp/tests/
H A DPathOpsThreadedCommon.cpp13 for (int index = 0; index < fRunnables.count(); index++) {
14 delete fRunnables[index];
19 SkTaskGroup().batch(fRunnables.count(), [&](int i) {
20 (*fRunnables[i])();
H A DPathOpsThreadedCommon.h50 SkTDArray<PathOpsThreadedRunnable*> fRunnables; member in class:PathOpsThreadedTestRunner
H A DPathOpsOpCircleThreadedTest.cpp73 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsTightBoundsTest.cpp42 *testRunner.fRunnables.append() =
117 *testRunner.fRunnables.append() =
H A DSkpSkGrTest.cpp136 SkTDArray<SkpSkGrThreadedRunnable*> fRunnables; member in struct:SkpSkGrThreadedTestRunner
161 for (int index = 0; index < fRunnables.count(); index++) {
162 delete fRunnables[index];
167 SkTaskGroup().batch(fRunnables.count(), [&](int i) {
168 fRunnables[i]();
695 *testRunner.fRunnables.append() = new SkpSkGrThreadedRunnable(
702 SkpSkGrThreadState& max = testRunner.fRunnables[0]->fState;
704 SkpSkGrThreadState& state = testRunner.fRunnables[dirIndex - 1]->fState;
H A DPathOpsOpCubicThreadedTest.cpp84 *testRunner.fRunnables.append() =
H A DPathOpsOpLoopThreadedTest.cpp95 *testRunner.fRunnables.append() =
H A DPathOpsOpRectThreadedTest.cpp92 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsQuadLineIntersectionThreadedTest.cpp121 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsSimplifyDegenerateThreadedTest.cpp79 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsSimplifyQuadThreadedTest.cpp86 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp87 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(
H A DPathOpsSimplifyTrianglesThreadedTest.cpp89 *testRunner.fRunnables.append() = new PathOpsThreadedRunnable(

Completed in 1393 milliseconds

12