Home | History | Annotate | Download | only in common

Lines Matching refs:refBlockLayout

1565 		const BlockLayoutEntry& refBlockLayout = refLayout.blocks[refBlockNdx];
1570 if (refBlockLayout.activeUniformIndices.size() != cmpBlockLayout.activeUniformIndices.size())
1573 << "' (expected " << refBlockLayout.activeUniformIndices.size() << ", got "
1578 for (vector<int>::const_iterator ndxIter = refBlockLayout.activeUniformIndices.begin();
1579 ndxIter != refBlockLayout.activeUniformIndices.end(); ndxIter++)
1647 const BlockLayoutEntry& refBlockLayout = refLayout.blocks[refBlockNdx];
1650 if (refBlockLayout.activeUniformIndices.size() != cmpBlockLayout.activeUniformIndices.size())
1653 << "' (expected " << refBlockLayout.activeUniformIndices.size() << ", got "
1658 for (vector<int>::const_iterator ndxIter = refBlockLayout.activeUniformIndices.begin();
1659 ndxIter != refBlockLayout.activeUniformIndices.end(); ndxIter++)