Searched refs:fIntermediateFanIndices (Results 1 – 2 of 2) sorted by relevance
118 fIntermediateFanIndices.reset(new uint8_t[sizes.fBuilderTriFanISize]); in init()149 if (fIntermediateFanIndices) { in detach()191 if (fIntermediateFanIndices) { in indices()192 return reinterpret_cast<uint16_t*>(fIntermediateFanIndices.get()); in indices()
89 std::unique_ptr<uint8_t[]> fIntermediateFanIndices; variable