Searched refs:matSizeName (Results 1 – 4 of 4) sorted by relevance
841 const char* matSizeName = getIntUniformName(matSize); in createMatrixSubscriptCase() local868 op << "uniform mediump int " << matSizeName << ";\n"; in createMatrixSubscriptCase()911 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()942 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
811 const char* matSizeName = getIntUniformName(numCols); in createMatrixSubscriptCase() local842 op << "uniform mediump int " << matSizeName << ";\n"; in createMatrixSubscriptCase()885 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()916 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
931 const char* matSizeName = getIntUniformName(numCols); in createMatrixSubscriptCase() local965 op << "uniform mediump int " << matSizeName << ";\n"; in createMatrixSubscriptCase()1014 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()1051 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
890 const char* matSizeName = getIntUniformName(numCols); in createMatrixSubscriptCase() local920 …= " << numCols << ") uniform something" << numCols << " { mediump int " << matSizeName << "; };\n"; in createMatrixSubscriptCase()963 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()994 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()