Lines Matching refs:m_renderCtx
809 , m_renderCtx (renderCtx) in BindAttributeTest()
825 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
834 , m_renderCtx (renderCtx) in BindMaxAttributesTest()
843 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate()
859 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
870 , m_renderCtx (renderCtx) in BindAliasingAttributeTest()
889 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
898 , m_renderCtx (renderCtx) in BindMaxAliasingAttributeTest()
907 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate()
926 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
935 , m_renderCtx (renderCtx) in BindHoleAttributeTest()
944 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate()
966 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
976 , m_renderCtx (renderCtx) in BindInactiveAliasingAttributeTest()
985 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate()
1004 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
1011 , m_renderCtx (renderCtx) in PreAttachBindAttributeTest()
1025 runTest(m_testCtx, m_renderCtx, attributes, bindings, noBindings, noBindings, false); in iterate()
1032 , m_renderCtx (renderCtx) in PreLinkBindAttributeTest()
1046 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
1053 , m_renderCtx (renderCtx) in PostLinkBindAttributeTest()
1067 runTest(m_testCtx, m_renderCtx, attributes, noBindings, noBindings, bindings, false); in iterate()
1076 , m_renderCtx (renderCtx) in LocationAttributeTest()
1090 runTest(m_testCtx, m_renderCtx, attributes, noBindings, noBindings, noBindings, false); in iterate()
1099 , m_renderCtx (renderCtx) in LocationMaxAttributesTest()
1108 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate()
1122 runTest(m_testCtx, m_renderCtx, attributes, noBindings, noBindings, noBindings, false); in iterate()
1131 , m_renderCtx (renderCtx) in LocationHoleAttributeTest()
1140 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate()
1158 runTest(m_testCtx, m_renderCtx, attributes, noBindings, noBindings, noBindings, false); in iterate()
1167 , m_renderCtx (renderCtx) in MixedAttributeTest()
1183 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
1192 , m_renderCtx (renderCtx) in MixedMaxAttributesTest()
1201 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate()
1223 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
1232 , m_renderCtx (renderCtx) in MixedHoleAttributeTest()
1241 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate()
1268 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
1275 , m_renderCtx (renderCtx) in BindRelinkAttributeTest()
1296 runTest(m_testCtx, m_renderCtx, attributes, noBindings, preLinkBindings, postLinkBindings, true); in iterate()
1305 , m_renderCtx (renderCtx) in BindRelinkHoleAttributeTest()
1314 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate()
1339 runTest(m_testCtx, m_renderCtx, attributes, noBindings, preLinkBindings, postLinkBindings, true); in iterate()
1348 , m_renderCtx (renderCtx) in MixedRelinkHoleAttributeTest()
1357 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx); in iterate()
1387 runTest(m_testCtx, m_renderCtx, attributes, noBindings, preLinkBindings, postLinkBindings, true); in iterate()
1394 , m_renderCtx (renderCtx) in BindReattachAttributeTest()
1414 …runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false, true, reattac… in iterate()
1421 , m_renderCtx (renderCtx) in PreAttachMixedAttributeTest()
1435 runTest(m_testCtx, m_renderCtx, attributes, bindings, noBindings, noBindings, false); in iterate()
1442 , m_renderCtx (renderCtx) in PreLinkMixedAttributeTest()
1456 runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false); in iterate()
1463 , m_renderCtx (renderCtx) in PostLinkMixedAttributeTest()
1477 runTest(m_testCtx, m_renderCtx, attributes, noBindings, noBindings, bindings, false); in iterate()
1484 , m_renderCtx (renderCtx) in MixedReattachAttributeTest()
1504 …runTest(m_testCtx, m_renderCtx, attributes, noBindings, bindings, noBindings, false, true, reattac… in iterate()
1511 , m_renderCtx (renderCtx) in MixedRelinkAttributeTest()
1532 runTest(m_testCtx, m_renderCtx, attributes, noBindings, preLinkBindings, postLinkBindings, true); in iterate()