Home | History | Annotate | Download | only in renderscript

Lines Matching refs:bM

2260         int aM = -1, aN = -1, bM = -1, bN = -1, cM = -1, cN = -1;
2278 bM = A.getType().getY();
2298 bM = B.getType().getX();
2300 bM = B.getType().getY();
2306 if (aN != bM || aM != cM || bN != cN) {
2319 if (aN != bM) {
2816 int aM = -1, aN = -1, bM = -1, bN = -1;
2828 bM = B.getType().getY();
2831 if (aN != bM) {
2934 int adim = -1, bM = -1, bN = -1;
2948 bM = B.getType().getY();
2952 if (adim != bM) {