Searched refs:fIntermediateFanIndices (Results 1 – 4 of 4) sorted by relevance
117 fIntermediateFanIndices.reset(new uint8_t[sizes.fBuilderTriFanISize]); in init()143 if (fIntermediateFanIndices.get()) { in detach()205 if (fIntermediateFanIndices) { in indices()206 return reinterpret_cast<uint16_t*>(fIntermediateFanIndices.get()); in indices()
205 std::unique_ptr<uint8_t[]> fIntermediateFanIndices; variable