Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLRenderer.java67 Matrix.frustumM(mProjectionMatrix, 0, -ratio / 10, ratio / 10, -.1f, .1f, .1f, 200); in onSurfaceChanged()
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java143 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7); in onSurfaceChanged()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DGLDepthTestActivity.java186 Matrix.frustumM(mProjMatrix, 0, -ratio, ratio, -1, 1, 3, 7); in onSurfaceChanged()
/frameworks/base/apct-tests/perftests/core/src/android/opengl/perftests/
DMatrixPerfTest.java249 Matrix.frustumM(array, 0, 0.0f, 1.0f, 0.0f, 1.0f, 0.0f, 1.0f); in testFrustumM()
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java237 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7); in onSurfaceChanged()
/frameworks/base/opengl/java/android/opengl/
DMatrix.java497 public static void frustumM(float[] m, int offset, in frustumM() method in Matrix
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21251 method public static void frustumM(float[], int, float, float, float, float, float, float);
/frameworks/base/core/api/
Dcurrent.txt32463 method public static void frustumM(float[], int, float, float, float, float, float, float);