Searched refs:postLinkBind (Results 1 – 1 of 1) sorted by relevance
691 const vector<Bind>& postLinkBind, in runTest() argument741 if (!postLinkBind.empty()) in runTest()743 bindAttributes(log, gl, program, postLinkBind); in runTest()758 for (int bindNdx = 0; bindNdx < (int)postLinkBind.size(); bindNdx++) in runTest()759 activeBindings[postLinkBind[bindNdx].getAttributeName()] = postLinkBind[bindNdx].getLocation(); in runTest()