Searched refs:matSizeName (Results 1 – 2 of 2) 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()
810 const char* matSizeName = getIntUniformName(numCols); in createMatrixSubscriptCase() local841 op << "uniform mediump int " << matSizeName << ";\n"; in createMatrixSubscriptCase()884 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()915 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()