Searched refs:BinaryIndexNode (Results 1 – 2 of 2) sorted by relevance
109 const BinaryIndexNode& curNode = (*index)[nodeNdx]; in findBinaryIndex()247 deUint32 addAndCountNodes (BinaryIndexNode* index, deUint32 baseOffset, const SparseIndexNode* grou… in addAndCountNodes()276 void buildFinalIndex (std::vector<BinaryIndexNode>* dst, const SparseIndexNode* root) in buildFinalIndex()354 std::vector<BinaryIndexNode> index; in writeIndex()381 indexOut.write((const char*)&index[0], index.size()*sizeof(BinaryIndexNode)); in writeIndex()
95 struct BinaryIndexNode struct171 typedef LazyResource<BinaryIndexNode> BinaryIndexAccess;