Home
last modified time | relevance | path

Searched refs:bulkLoad (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkRTree.cpp41 fRoot = this->bulkLoad(&branches); in insert()
93 SkRTree::Branch SkRTree::bulkLoad(std::vector<Branch>* branches, int level) { in bulkLoad() function in SkRTree
145 return this->bulkLoad(branches, level + 1); in bulkLoad()
DSkRTree.h69 Branch bulkLoad(std::vector<Branch>* branches, int level = 0);
/external/skqp/src/core/
DSkRTree.cpp49 fRoot = this->bulkLoad(&branches); in insert()
104 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { in bulkLoad() function in SkRTree
162 return this->bulkLoad(branches, level + 1); in bulkLoad()
DSkRTree.h81 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1628 bulkLoad(context, mlirDenseElementsAttrFloatGet, in getFromBuffer()
1635 bulkLoad(context, mlirDenseElementsAttrDoubleGet, in getFromBuffer()
1643 bulkLoad(context, in getFromBuffer()
1651 bulkLoad(context, in getFromBuffer()
1662 bulkLoad(context, in getFromBuffer()
1671 bulkLoad(context, in getFromBuffer()
1773 bulkLoad(MlirContext context, in bulkLoad() function in __anon5d00d29b0811::PyDenseElementsAttribute