Home | History | Annotate | Download | only in functional

Lines Matching refs:childNdx

3654 	for (int childNdx = 0; childNdx < (int)DE_LENGTH_OF_ARRAY(children); ++childNdx)
3657 tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), children[childNdx].name, children[childNdx].description);
3658 const bool addOpaqueCases = children[childNdx].extendedBasicTypeCases && !children[childNdx].block;
3662 if (children[childNdx].order != glu::MATRIXORDER_LAST)
3665 layout.matrixOrder = children[childNdx].order;
3669 if (children[childNdx].block)
3670 subStructure = ResourceDefinition::Node::SharedPtr(new ResourceDefinition::InterfaceBlock(subStructure, children[childNdx].namedBlock));
3672 blockContentGenerator(context, subStructure, blockGroup, children[childNdx].extendedBasicTypeCases, addOpaqueCases);
5570 for (int childNdx = 0; childNdx < (int)DE_LENGTH_OF_ARRAY(children); ++childNdx)
5573 tcu::TestCaseGroup* const blockGroup = new TestCaseGroup(context, children[childNdx].name, children[childNdx].description);
5577 if (children[childNdx].order != glu::MATRIXORDER_LAST)
5580 layout.matrixOrder = children[childNdx].order;
5584 parentStructure = ResourceDefinition::Node::SharedPtr(new ResourceDefinition::InterfaceBlock(parentStructure, children[childNdx].namedBlock));
5586 blockContentGenerator(context, parentStructure, blockGroup, children[childNdx].extendedBasicTypeCases);