Searched refs:mOutputVariableTypes (Results 1 – 2 of 2) sorted by relevance
307 mOutputVariableTypes.clear(); in reset()454 mOutputVariableTypes.push_back(stream->readInt<GLenum>()); in load()647 stream->writeInt(mOutputVariableTypes.size()); in save()648 for (const auto &outputVariableType : mOutputVariableTypes) in save()1244 ASSERT(mOutputVariableTypes.empty()); in linkValidateOutputVariables()1268 if (location >= mOutputVariableTypes.size()) in linkValidateOutputVariables()1270 mOutputVariableTypes.resize(location + 1, GL_NONE); in linkValidateOutputVariables()1274 mOutputVariableTypes[location] = VariableComponentType(outputVariable.type); in linkValidateOutputVariables()1275 ComponentType componentType = GLenumToComponentType(mOutputVariableTypes[location]); in linkValidateOutputVariables()
502 std::vector<GLenum> mOutputVariableTypes; variable