Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 1 of 1) sorted by relevance

/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLRenderer.java63 float[] scratch = new float[16]; in onDrawFrame() local
89 Matrix.multiplyMM(scratch, 0, mMVPMatrix, 0, mRotationMatrix, 0); in onDrawFrame()
92 mTriangle.draw(scratch); in onDrawFrame()