Searched refs:mModelMatrices (Results 1 – 1 of 1) sorted by relevance
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | OpenGLWatchFaceService.java | 81 private final float[][] mModelMatrices = new float[360][16]; field in OpenGLWatchFaceService.Engine 197 for (int i = 0; i < mModelMatrices.length; ++i) { in onGlContextCreated() 198 Matrix.setRotateM(mModelMatrices[i], 0, i, 0, 0, 1); in onGlContextCreated() 453 Matrix.multiplyMM(mMvpMatrix, 0, vpMatrix, 0, mModelMatrices[hoursIndex], 0); in onDraw() 459 Matrix.multiplyMM(mMvpMatrix, 0, vpMatrix, 0, mModelMatrices[minIndex], 0); in onDraw() 465 Matrix.multiplyMM(mMvpMatrix, 0, vpMatrix, 0, mModelMatrices[secIndex], 0); in onDraw()
|