Lines Matching defs:reattachAttributes
694 const vector<Attribute>& reattachAttributes = vector<Attribute>())
772 createAndAttachShaders(log, renderCtx, program, reattachAttributes, hasAttributeAliasing(reattachAttributes, activeBindings));
781 if (!checkQuery(log, gl, program, reattachAttributes, activeBindings))
1406 vector<Attribute> reattachAttributes;
1412 reattachAttributes.push_back(Attribute(vec2, "a_1"));
1414 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false, true, reattachAttributes);
1496 vector<Attribute> reattachAttributes;
1502 reattachAttributes.push_back(Attribute(vec2, "a_1"));
1504 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false, true, reattachAttributes);