Home
last modified time | relevance | path

Searched refs:AllocNodes (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DTopoSortTest.cpp24 sk_tool_utils::TopoTestNode::AllocNodes(graph, 4); in create_graph0()
42 sk_tool_utils::TopoTestNode::AllocNodes(graph, 4); in create_graph1()
55 sk_tool_utils::TopoTestNode::AllocNodes(graph, 3); in create_graph2()
74 sk_tool_utils::TopoTestNode::AllocNodes(graph, 7); in create_graph3()
95 sk_tool_utils::TopoTestNode::AllocNodes(graph, 8); in create_graph4()
/external/skia/bench/
DTopoSortBench.cpp34 sk_tool_utils::TopoTestNode::AllocNodes(&fGraph, kNumElements); in onDelayedSetup()
/external/skia/tools/
Dsk_tool_utils.h188 static void AllocNodes(SkTDArray<TopoTestNode*>* graph, int num) { in AllocNodes() function