Searched refs:mCurrentMatrixIndex (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | GLES20Canvas.java | 144 private int mCurrentMatrixIndex = 0; field in class:GLES20Canvas 271 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex); 351 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex); 356 Matrix.translateM(mMatrices, mCurrentMatrixIndex, 0, height, 0); 357 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, 1, -1, 1); 394 Matrix.translateM(mMatrices, mCurrentMatrixIndex, x, y, z); 402 int index = mCurrentMatrixIndex; 412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz); 423 int index = mCurrentMatrixIndex; 432 int index = mCurrentMatrixIndex; [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
H A D | GLES20Canvas.java | 144 private int mCurrentMatrixIndex = 0; field in class:GLES20Canvas 271 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex); 351 Matrix.setIdentityM(mMatrices, mCurrentMatrixIndex); 356 Matrix.translateM(mMatrices, mCurrentMatrixIndex, 0, height, 0); 357 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, 1, -1, 1); 394 Matrix.translateM(mMatrices, mCurrentMatrixIndex, x, y, z); 402 int index = mCurrentMatrixIndex; 412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz); 423 int index = mCurrentMatrixIndex; 432 int index = mCurrentMatrixIndex; [all...] |
Completed in 38 milliseconds