Searched refs:tfVaryingNames (Results 1 – 1 of 1) sorted by relevance
3179 const auto &tfVaryingNames = mState.getTransformFeedbackVaryingNames(); in gatherTransformFeedbackVaryings() local3180 for (unsigned int outputSlot = 0; outputSlot < static_cast<unsigned int>(tfVaryingNames.size()); in gatherTransformFeedbackVaryings()3183 const auto &tfVaryingName = tfVaryingNames[outputSlot]; in gatherTransformFeedbackVaryings()