Searched defs:muMVPMatrixHandle (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java169 private int muMVPMatrixHandle; field in class:SurfaceTextureRenderer
340 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, /*count*/ 1, /*transpose*/ false, mMVPMatrix,
368 muMVPMatrixHandle = GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
370 if (muMVPMatrixHandle == -1) {
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java318 private int muMVPMatrixHandle; field in class:VideoDumpView.VideoDumpRenderer
418 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
538 muMVPMatrixHandle = GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
540 if (muMVPMatrixHandle == -1) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java173 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
207 muMVPMatrixHandle = GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
209 if (muMVPMatrixHandle == -1) {
358 private int muMVPMatrixHandle; field in class:GLDepthTestActivity.GLES20TriangleRenderer
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java224 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
265 muMVPMatrixHandle = GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
267 if (muMVPMatrixHandle == -1) {
273 if (muMVPMatrixHandle == -1) {
279 if (muMVPMatrixHandle == -1) {
485 private int muMVPMatrixHandle; field in class:CamRenderer
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java131 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
171 muMVPMatrixHandle = GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
173 if (muMVPMatrixHandle == -1) {
179 if (muMVPMatrixHandle == -1) {
184 if (muMVPMatrixHandle == -1) {
331 private int muMVPMatrixHandle; field in class:MyRenderer

Completed in 232 milliseconds