Home
last modified time | relevance | path

Searched refs:postLinkBind (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp691 const vector<Bind>& postLinkBind, in runTest() argument
741 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()