Searched refs:activeBindings (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsAttributeLocationTests.cpp | 704 map<string, deUint32> activeBindings; in runTest() local 707 activeBindings[preAttachBind[bindNdx].getAttributeName()] = preAttachBind[bindNdx].getLocation(); in runTest() 710 activeBindings[preLinkBind[bindNdx].getAttributeName()] = preLinkBind[bindNdx].getLocation(); in runTest() 725 …tachShaders(log, renderCtx, program, attributes, hasAttributeAliasing(attributes, activeBindings)); in runTest() 738 if (!checkQuery(log, gl, program, attributes, activeBindings)) in runTest() 745 if (!checkQuery(log, gl, program, attributes, activeBindings)) in runTest() 759 activeBindings[postLinkBind[bindNdx].getAttributeName()] = postLinkBind[bindNdx].getLocation(); in runTest() 761 if (!checkQuery(log, gl, program, attributes, activeBindings)) in runTest() 772 … renderCtx, program, reattachAttributes, hasAttributeAliasing(reattachAttributes, activeBindings)); in runTest() 781 if (!checkQuery(log, gl, program, reattachAttributes, activeBindings)) in runTest()
|