Searched refs:bulkLoad (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DRTreeBench.cpp26 RTreeBuildBench(const char* name, MakeRectProc proc, bool bulkLoad, argument
30 , fBulkLoad(bulkLoad) {
79 RTreeQueryBench(const char* name, MakeRectProc proc, bool bulkLoad, argument
83 , fBulkLoad(bulkLoad)
/external/skia/bench/
H A DRTreeBench.cpp26 RTreeBuildBench(const char* name, MakeRectProc proc, bool bulkLoad, argument
30 , fBulkLoad(bulkLoad) {
79 RTreeQueryBench(const char* name, MakeRectProc proc, bool bulkLoad, argument
83 , fBulkLoad(bulkLoad)
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.h178 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
H A DSkRTree.cpp102 fRoot = this->bulkLoad(&fDeferredInserts);
324 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { function in class:SkRTree
405 return this->bulkLoad(branches, level + 1);
/external/skia/src/core/
H A DSkRTree.h178 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
H A DSkRTree.cpp95 fRoot = this->bulkLoad(&fDeferredInserts);
317 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { function in class:SkRTree
398 return this->bulkLoad(branches, level + 1);

Completed in 130 milliseconds