Home | History | Annotate | Download | only in glrenderer

Lines Matching defs:translateM

148             Matrix.translateM(matrix, 0, 0, height, 0);
228 Matrix.translateM(mMatrixValues, 0, x, y, z);
232 // (1) we knows z = 0, (2) we inline the Matrix.translateM call,