Home | History | Annotate | Download | only in glrenderer

Lines Matching refs:currentMatrix

431         float[] currentMatrix = mMatrices;
433 Matrix.multiplyMM(temp, 0, currentMatrix, index, matrix, offset);
434 System.arraycopy(temp, 0, currentMatrix, index, 16);