Home
last modified time | relevance | path

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

/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
DMyGLRenderer.java43 private final float[] mProjectionMatrix = new float[16]; field in MyGLRenderer
70 Matrix.multiplyMM(mMVPMatrix, 0, mProjectionMatrix, 0, mViewMatrix, 0); in onDrawFrame()
103 Matrix.frustumM(mProjectionMatrix, 0, -ratio, ratio, -1, 1, 3, 7); in onSurfaceChanged()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DTiltWatchFaceService.java63 private final float[] mProjectionMatrix = new float[16]; field in TiltWatchFaceService.Engine
228 Matrix.frustumM(mProjectionMatrix, in onGlSurfaceCreated()
239 Matrix.multiplyMM(mVpMatrices[i], 0, mProjectionMatrix, 0, mViewMatrices[i], 0); in onGlSurfaceCreated()
242 Matrix.multiplyMM(mAmbientVpMatrix, 0, mProjectionMatrix, 0, mAmbientViewMatrix, 0); in onGlSurfaceCreated()