OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentMatrixIndex
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
144
private int
mCurrentMatrixIndex
= 0;
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/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
144
private int
mCurrentMatrixIndex
= 0;
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/
GLES20Canvas.java
142
private int
mCurrentMatrixIndex
= 0;
269
Matrix.setIdentityM(mMatrices,
mCurrentMatrixIndex
);
349
Matrix.setIdentityM(mMatrices,
mCurrentMatrixIndex
);
354
Matrix.translateM(mMatrices,
mCurrentMatrixIndex
, 0, height, 0);
355
Matrix.scaleM(mMatrices,
mCurrentMatrixIndex
, 1, -1, 1);
392
Matrix.translateM(mMatrices,
mCurrentMatrixIndex
, x, y, z);
400
int index =
mCurrentMatrixIndex
;
410
Matrix.scaleM(mMatrices,
mCurrentMatrixIndex
, sx, sy, sz);
421
int index =
mCurrentMatrixIndex
;
430
int index =
mCurrentMatrixIndex
;
[
all
...]
Completed in 345 milliseconds